Skip to main content

Quickstart

Run flutter local web server

  1. Install flutter
  2. 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
  1. 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.