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

unlisted

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.4-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
100
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Allows to instantiate classes at runtime without using dart mirror

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutterx_utils

More

Packages that depend on flutterx_reflection