# Installation
# Quickstart
Add ezFlap to your project:
flutter pub add ezflap
flutter pub add build_runner
flutter pub get
1
2
3
2
3
Run build_runner in watch mode:
flutter pub run build_runner watch --delete-conflicting-outputs
1
That's it!
# ezFlap Docs
If you are a first time ezFlap user - it is highly recommended to clone the documentation examples project and play with it while reading the documentation.
Visit the ezFlap Docs repository (opens new window) or use these commands:
git clone https://github.com/ozlao/ezflap_docs.git
cd ezflap_docs
flutter pub get
1
2
3
2
3
Run build_runner in watch mode:
flutter pub run build_runner watch --delete-conflicting-outputs
1
# ezFlap Core Widgets
To use the ezFlap Core Widgets - add it to your project:
flutter pub add ezflap_widgets
flutter pub get
1
2
2