Quickstart
Run flutter local web server
- Install flutter
- In your terminal, run the following commands:
git clone https://github.com/devtodollars/flutter-supabase-production-template.git YOUR_APP_NAME
cd YOUR_APP_NAME
- Run the local web server.
cd flutter
flutter run -d chrome --dart-define-from-file=env.json
info
The Supabase backend used is the same one as https://app.devtodollars.com . See how to setup your own backend.