notification_handler
Handle event notifications and provide state for Flutter app.
Description
Futter has Notification
to notify events
Futter provides a mechanism Notification
to propagate the event
through the widget tree.
Typically, there is a ScrollNotification
to signal that scrolling has
taken place.
This library provides a way to handle event notification
s.
This consolidates business logic and makes it easier to design in
accordance with the BLoC architecture.