# reflectable.dart **Repository Path**: RepoMirror/reflectable.dart ## Basic Information - **Project Name**: reflectable.dart - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository provides the Dart package `reflectable` along with a set of test cases, `test_reflectable`. ## [reflectable](https://github.com/google/reflectable.dart/blob/master/reflectable/README.md) 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. ## [test_reflectable](https://github.com/google/reflectable.dart/blob/master/test_reflectable/README.md) Used to test package `reflectable`. Also serves as a set of examples of how `reflectable` can be used.