Prerequisites
Before installing, ensure you have:- Flutter SDK (3.10.0 or later)
- Dart SDK (included with Flutter)
- Android Studio or Xcode (for emulators)
- Git (for version control)
Step 1: Install Flutter
macOS
Windows
Download the Flutter SDK from flutter.dev and add to your PATH.Linux
Step 2: Clone Repository
Step 3: Install Dependencies
Step 4: Run the App
Development Mode
Production Mode
Available Flavors
| Flavor | Purpose |
|---|---|
development | Local development with debug info |
staging | Pre-production testing |
production | Production build |
Common Issues
CocoaPods Error (macOS)
Gradle Issues (Android)
Missing Dependencies
IDE Setup
VS Code
Recommended extensions:- Dart
- Flutter
- BLoC
- Flutter Riverpod Snippets
Android Studio
Install the Flutter and Dart plugins via the plugin marketplace.Next Steps
Cache Overview
Learn about the local-first cache layer

