preflection 0.0.7 copy "preflection: ^0.0.7" to clipboard
preflection: ^0.0.7 copied to clipboard

outdated

Code generation tool that simulates reflection, to lessen boiler-plate in serilizing and deserilizing objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add preflection

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

dependencies:
  preflection: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:preflection/preflection.dart';
0
likes
0
pub points
42%
popularity

Publisher

unverified uploader

Code generation tool that simulates reflection, to lessen boiler-plate in serilizing and deserilizing objects.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bargain_di, flutter

More

Packages that depend on preflection