app bloc services UI
The Services folder contains all business logic and functions that interacts with the Backend
The Ui folder contains all the necessary files for developing and maintaining the UI
The shared folder contains UI tools, widgets, extensions and helpful strings
The view folder contains all the app views such as Login View, Sign up View, Forgot Password View etc.
The view folder are are seperated in two ways, which are, the Features folder, containing the app views after authentication e.g Home View, Chat View etc
The other views are the views for the various means of authentication and each routing is handled by the GoRouter package, from the code a simple navigation as been customized to _navigationService.pushScreen(context, LoginScreen.route)
This project is going to be a large and comprehensive with lots of features, bug fixings, and possible more addition of developers
This project will be using it's own backend service which i will be creating myself with tge help of node and express js
The project uses the MVVM pattern and Dependency injection (GetIt) to structure and organize all files and folders
By the end of this project i will be providing the screenshot and also a detailed view of each folders and codes
To enjoy Flutter utils stay follow me on my Linkedln and Twitter page which are Linkedln page and Twitter Page
A new Flutter project.