Skip to content

JJohnson183/Flutter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter App Template

A Flutter template for quickly scaffolding new apps with a consistent and already understood structure. Uses Mason for project generation.

Prerequisites

Mason must be installed:

dart pub global activate mason_cli

Bricks

apptemplate

The core Flutter app template. Generates a full project with Clean Architecture, MVVM, routing, dependency injection, and shared utilities pre-configured.

Install globally:

mason add -g apptemplate --git-url https://github.com/JJohnson183/Flutter-Template.git --git-path apptemplate

Generate a new app:

mason make apptemplate --output-dir ../your_app_name

You will be prompted for:

  • app_name - snake_case app name (e.g. my_app)
  • org - reverse domain org identifier (e.g. com.johndoe)

After generation:

cd ../your_app_name
flutter pub get

About

This is used as a baseline template for future Flutter applications to get started quickly with an already understood structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors