flutter_dynamic_widget 1.0.0 copy "flutter_dynamic_widget: ^1.0.0" to clipboard
flutter_dynamic_widget: ^1.0.0 copied to clipboard

unlistedoutdated

A Dynamic Widget Runtime from Json to Flutter Widgets based on the json_widget spec.

A basic example using reflectable in Flutter. #

This is a completely minimal example, just enough to check that it is possible to use reflectable to generate code for obtaining reflection support, also in the context of Flutter.

Commands used to get started (unfortunately we have to rename the directory, because the repo name was chosen before I knew that the dash creates problems with some tools):

git clone https://github.com/eernstg/reflectable-flutter
mv reflectable-flutter reflectable_flutter
cd reflectable_flutter
flutter doctor # just checking
flutter pub get
flutter pub run build_runner build
flutter create .
flutter run
12
likes
0
pub points
0%
popularity

Publisher

verified publisherrodydavis.com

A Dynamic Widget Runtime from Json to Flutter Widgets based on the json_widget spec.

License

unknown (LICENSE)

Dependencies

build_runner, built_value_generator, cupertino_icons, flutter, shortid, url_launcher, widget_gen

More

Packages that depend on flutter_dynamic_widget