mist 0.0.1 copy "mist: ^0.0.1" to clipboard
mist: ^0.0.1 copied to clipboard

Dart 1 only

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 mist

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mist: ^0.0.1

Alternatively, 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';
0
likes
15
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

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 for speed on the deployment.

Homepage

License

MIT (license)

Dependencies

analyzer, barback, code_transformers

More

Packages that depend on mist