Skip to content
/ flutter_starter Public template

All of the boilerplate of setting up a Flutter app, batteries included.

Notifications You must be signed in to change notification settings

matteovhaxt/flutter_starter

Repository files navigation

runme
id version
01HR4HBVPYMRQ4A2PD1B169J54
v3

flutter_starter

A reusable flutter starter template that contains all standard-features of a multi-platform app.

  1. Localizations
  2. Routing
  3. State-management

Installation

Pro tip: Install runme to run all the steps below automatically

  1. Install fvm and run:
fvm use
  1. Check if everything is setup properly
fvm doctor
fvm flutter doctor
  1. Install flutter packages
fvm flutter pub get
  1. Install supabase cli and run:
supabase start
  1. Add the output to the .env file

  2. Run the build_runner to build generated files

fvm dart run build_runner build --delete-conflicting-outputs

About

All of the boilerplate of setting up a Flutter app, batteries included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published