Option 1: Clone the starter codelab app from GitHub
To clone this codelab from GitHub, run the following commands:
text
git clone https://github.com/AcmeSoftwareLLC/clean_framework.git -b codelabs
cd clean_frameworkOption 2: Download the starter codelab app zip file
The project depends on the clean_framework package.
In the pubspec.yaml, add the following to dependencies section:
yaml
clean_framework: anyOr you can just add the package directly using the following command:
text
flutter pub add clean_framework- Open the project in your editor of choice
- Follow the instruction to
Run the appin Get Started: Test drive for your chosen editor.
Success! The starter code for Feature Flag should be running on your device/emulator. You should see a login page.