cellois / flutter-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dart 81.7%Language:Swift 9.4%Language:Kotlin 8.1%Language:Objective-C 0.9%