This is a boilerplate for a Supabase Flutter application. It includes a login, registration, and forgot password page, dark and light theme, and a home page.
This is my first flutter project. It's far from perfect. But I thought it might be a good starting point. Many example projects are heavily over-engineered in my opinion, which makes it hard to understand the basics.
- Login
- Registration
- Forgot Password
- Dark and Light Theme
- Home Page
- Supabase Auth
- Clone the repository
- Run
flutter pub get
- Rename with
dart run change_app_package_name:main com.example.your_app_name
- Replace the supabase url and anon key in
lib/shared/config/app_config.dart
- Run
flutter clean
- Run
flutter pub get
- Run
flutter run -d chrome --web-port=8989
for web