Neeru1468 / flutter-kickoff

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

Home Page:https://www.youtube.com/channel/UCLKS-qC6EvlE7bayfQsWPFw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://www.youtube.com/channel/UCLKS-qC6EvlE7bayfQsWPFw


Languages

Language:Dart 95.4%Language:Swift 3.2%Language:Kotlin 1.1%Language:Objective-C 0.3%