ezflap 0.9.0+9 ezflap: ^0.9.0+9 copied to clipboard
Reactive Markup for Flutter. Allows to use a simple XML-based markup to easily create reactive UX.
Documentation Examples #
ezFlap's documentation contains over 180 examples.
Most of 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
A Glimpse #
This is what an ezFlap version of the Flutter bootstrap project may look like: