A new Flutter project.
This app reads Supabase keys from Dart defines (SUPABASE_URL, SUPABASE_ANON_KEY).
To avoid typing them on every run:
- Copy
dart_defines.dev.json.exampletodart_defines.dev.json - Fill in your Supabase URL and anon key
- Run:
flutter run --dart-define-from-file=dart_defines.dev.json
For web with a stable port:
flutter run -d chrome --web-port=3000 --dart-define-from-file=dart_defines.dev.json
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.