Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 644 Bytes

This repository provides the Dart package reflectable along with a set of test cases, test_reflectable.

Support for generating code that implements 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.

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