app_state 0.1.2
app_state: ^0.1.2 copied to clipboard
A bloc-based state management solution on top of Router API for larger apps.
0.1.2 #
- BREAKING: Renamed
AppBlocNormalizedStatetoAppConfiguration. - BREAKING: Renamed
PageStackBlocNormalizedStatetoPageStackConfiguration. - BREAKING: Renamed
ScreenBlocNormalizedStatetoPageConfiguration. - BREAKING: Renamed
Screen...events toPage...events. - BREAKING: Extracted
PageBloc.statesto the newPageStatefulBlocsubclass. PageBlocis not abstract.- Allow to specify duplicate key behavior per push.
- Allow
nullfor page keys. - Added docs.
0.1.1 #
- BREAKING: Removed
ScreenBlocConfigurationChangedEvent.configuration. - Added
AppBloc. - Added
AppBlocNormalizedState,PageStackBlocNormalizedState,ScreenBlocNormalizedState. - Normalize and denormalize state.
- Create pages in
PageStackBloc.
0.1.0 #
- Initial release.