Skip to content

🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

Notifications You must be signed in to change notification settings

cellois/flutter-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter boilerplate

A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices

Features

This project is a boilerplate for your next Flutter application.

Structuring your Flutter apps with scalability in mind:

Quick scaffolding
Create components, containers, blocs - and their tests - right from the CLI!
Instant feedback

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/Treflo-Internet/flutter-boilerplate.git <YOUR_PROJECT_NAME>
  2. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.
  3. Activate quick scaffolding command: pub global activate flutter_scaffold.
  4. Create container using: pub global run flutter_scaffold container -p About -sbi.
  5. Create component using: pub global run flutter_scaffold component -p CheckBox -si.

Please note that commands sbi stands for s-> stateful, b -> bloc, i -> i18n. If you don't want any of the mentioned ones do not include that word.

About

🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 81.6%
  • Swift 9.4%
  • Kotlin 8.1%
  • Objective-C 0.9%