Skip to content

Starter kit for flutter app with Advance Provider architecture and localization implemented.

Notifications You must be signed in to change notification settings

Huzaifaahmed20/flutter-kickoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter KickOff

Flutter starter kit with stacked architecture

Todo

  • Implement flavors configuration.

Add new screens and services:

Automatically:

Use Stacked CLI Automation tool

Manually:

Add new screen

  • create new folder in ui/views with respective name.

  • create two files in that folder ending with View and ViewModel , e.g. HomeView and HomeViewModel.

  • In app/router.dart add that route in an array.

  • After that run this command in command line,

      flutter pub run build_runner build --delete-conflicting-outputs
    

Add new service

  • create new file in services folder with respect to your service, e.g FirestoreService.dart

  • include that service in Services.dart

  • After that run this command in command line,

       flutter pub run build_runner build --delete-conflicting-outputs
    

Add new translation

About

Starter kit for flutter app with Advance Provider architecture and localization implemented.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published