Bluecherry Version 3 client
Developer information
1min
The code uses Provider for state-management because it is widely known by Flutter community, doesn't bring any unnecessary complexity to the codebase & is scalable/stable enough.
Most ChangeNotifiers are available as singletons, though de-coupled from each other. This is important to handle things like loading app configuration before runApp, handling background notification button actions & few other asynchronous operations performed outside the widget tree. By having singletons, we are able to avoid a strict dependency on the BuildContext & do certain things in a more performant way.
Current source tree has following files:
Feel free to send any pull-requests to add any features you wish or fix any bugs you notice.
Updated 25 Mar 2024
Did this page help you?