runme | ||||
---|---|---|---|---|
|
A reusable flutter starter template that contains all standard-features of a multi-platform app.
Pro tip: Install runme to run all the steps below automatically
- Install fvm and run:
fvm use
- Check if everything is setup properly
fvm doctor
fvm flutter doctor
- Install flutter packages
fvm flutter pub get
- Install supabase cli and run:
supabase start
-
Add the output to the
.env
file -
Run the build_runner to build generated files
fvm dart run build_runner build --delete-conflicting-outputs