youniversityupc / app

YOUniversity application using Flutter
MIT License
0 stars 0 forks source link

Using BLoC to manage UI events and state management for Authentication #20

Closed dalbitresb12 closed 1 year ago

dalbitresb12 commented 1 year ago

Feature request

Summary

We should be using the BLoC architecture to manage our state and events in the whole application.

The library to use is bloc.

Suggested solution(s)

BLoC should be initially implemented to manage the state of the ~AppBar (show/hide FAB, back button, toolbar, etc). But the implementation should also allow us to add more BLoC components~ authentication system.

dalbitresb12 commented 1 year ago

Closed with v0.3.0 on #29.