mist 0.0.1
mist: ^0.0.1 copied to clipboard
A restricted reflection system with mirrors on development-time, and pre generated mirrors on runtime. It only reflects classes and its methods and fields with Metadata This reflective system is tuned [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mistThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mist: ^0.0.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mist/mist.dart';