Flutter Starter helps you to build production ready apps super fast! Handle everything from state-management to API calls at one place so you don't have to rewrite code. Our top-notch documentation is at your disposal.
AMA, Flutter gives you a simple counter app upon installation which works if you are just starting out. However, in order to build a production-level app, you need State Management, API calls, Styleguide and common widgets. This code is frequently repeated in every project. Our idea was to write all the code and create the necessary files for all your projects. No more rewrites!
Features:
- Folder Structure: Flutter Starter comes with a well-defined folder structure. Developers can easily navigate it and add relevant files where necessary.
- Style Guide: This kit helps you to build a Style Guide for your app. You can add your image and font assets, splash screen, color constants and theme data. These are available for use wherever required in your project.
- API Calls: The starter kit includes all the files you need for API handling. You can choose from REST, GraphQL and Firebase for 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 into the designated file.
- Testing & Deployment: Lastly, you can test and deploy your app smoothly using Flutter Starter.
Flutter Starter is Open Source and we'd love for you to try it. Do let us know your feedback in the comments below :)
Good job. I have a boilerplate (template) for Flutter development from scratch. Let me know if you need any kind of help. https://github.com/NarekManukyan...
gluestack