dominikdoric / house-work-app

House Work is application which I made in order to help my family to organise chores more effectively. Client side is in Flutter while backend is provided by Firebase.
0 stars 0 forks source link

Bloc state management library not implemented #7

Open dominikdoric opened 11 months ago

dominikdoric commented 11 months ago

For now state management is handled by Flutters default setState() functions. To scale application up it would be beneficial to implement Bloc as state management handler.

dominikdoric commented 11 months ago

Issue fixed with pull request #6 .