fluttermobileapp
This is a project to get started with any flutter project.
This app defines an application architecture that can be followed to build any flutter mobile application which is maintainable, extensible and 100% testable.
This project has all most of the initials stuffs done
- Dependency Injection (using GetIt)
- Network Interface id built using Dio
- Local Storage Implementation is done
- Routing
- Multilingual support using i18n
- An Asset (Drawable, Text File etc) access interface is built
- And most importantly this has an app architecture which will help to build a maintainable, extensible, and testable app.
This project follows BLOC architecture pattern.