ezflap_widgets 0.9.0+9 ezflap_widgets: ^0.9.0+9 copied to clipboard
Core widgets are thin wrappers around native Flutter widgets to add support for ezFlap features like models and z-on event handlers.
Documentation Examples #
ezFlap's Core Widgets documentation contains examples.
These examples can also be executed using the Example Player application in the ezflap_docs repository:
Just do:
git clone https://github.com/ozlao/ezflap_docs.git
cd ezflap_docs
flutter pub get
flutter pub run build_runner build
flutter run
To also make changes in the examples - run the build_runner
in "watch" mode:
flutter pub run build_runner watch --delete-conflicting-outputs