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

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.2.0

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
110
pub points
41%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bargain_di, flutter

More

Packages that depend on preflection