flutterx_reflection 1.0.2-dev copy "flutterx_reflection: ^1.0.2-dev" to clipboard
flutterx_reflection: ^1.0.2-dev copied to clipboard

unlistedoutdated

Allows to instantiate classes at runtime without using dart mirror

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterx_reflection

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

dependencies:
  flutterx_reflection: ^1.0.2-dev

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:flutterx_reflection/flutterx_reflection.dart';
1
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Allows to instantiate classes at runtime without using dart mirror

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutterx_utils

More

Packages that depend on flutterx_reflection