Project Scaffolding
Setup guide to get your project started
3
Setup Commands
0
Environment Variables
7
Quick Start Steps
Project Setup
Setup Command
flutter create --org com.example likepersonsapp
Copy
Additional Steps
cd likepersonsapp
Copy
flutter pub add supabase_flutter flutter_bloc riverpod
Copy
Verify Installation
flutter run
Copy
Quick Start
1
Install Flutter SDK from https://flutter.dev/docs/get-started/install
2
Run: flutter create --org com.example likepersonsapp
3
Navigate into the project: cd likepersonsapp
4
Add dependencies: flutter pub add supabase_flutter flutter_bloc riverpod
5
Set SUPABASE_URL and SUPABASE_ANON_KEY in your environment or a .env file
6
Connect a device or start an emulator/simulator
7
Run the app: flutter run