Skip to content

A sample template for Flutter + REST API mobile apps (with Firebase Analytics Integration)

Notifications You must be signed in to change notification settings

ixdlabs/flutter-rest-app-template

Repository files navigation

example_app

A new Flutter project.

FLutter setup (FVM)

Install FVM according to the instructions here Then, run the following command to install the Flutter version specified in the .fvm file:

fvm install
fvm flutter doctor

Whenever you want to use flutter or dart commands, you should use the fvm command. For example:

fvm flutter run

If you use VS Code, the configuration file .vscode/settings.json is already set up to use the Flutter version specified in the .fvm file.

When updating the Flutter version, you should update the .fvm file and run the fvm install command. Also make sure to update the flutter version in the pubspec.yaml file.

Building models

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

About

A sample template for Flutter + REST API mobile apps (with Firebase Analytics Integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published