Flutter Starter
A Flutter starter-kit for production-level apps
Why Flutter Starter?
Folder Structure
Flutter Starter comes with a well-defined folder structure. Developers can easily navigate it and add relevant files where necessary.
Styleguide
This kit helps you to build a Styleguide for your app. You can add your image and font assets, splash screen, colour constants and theme data. These are available for use wherever required in your project.
State Management
Flutter Starter contains all the state management files, models and repositories for your app. We will be using Bloc for state management.
Routers & Dependencies
This kit allows you to quickly add routers for your app screens. Dependencies can also be added to your app by simply copy-pasting the install version from pub.dev into the designated file.