Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 942 Bytes

File metadata and controls

19 lines (13 loc) · 942 Bytes

This repository provides the Dart packages reflectable and reflectable_builder, along with a set of test cases and examples in the repository test_reflectable.

Support for implementing a large subset of the features offered by 'dart:mirrors' without relying on 'dart:mirrors' itself. Provides a system based on capabilities to control the amount of reflection support.

Support for generating the code that the package reflectable uses to provide the reflection support described above.

Used to test package reflectable. Also serves as a set of examples of how reflectable can be used.