app_state 0.3.4 copy "app_state: ^0.3.4" to clipboard
app_state: ^0.3.4 copied to clipboard

outdated

A BLoC-based state management solution on top of Router API for larger apps.

0.3.4 #

  • Call const constructors where possible.
  • Applied dart format.
  • Added features to README.md

0.3.3 #

  • Added MaterialPageStacksRouterDelegate.
  • Added StatefulBlocWidget.

0.3.2 #

  • Const constructors for PageBlocCloseEvent, PageBlocConfigurationChangedEvent, PageStackConfiguration.
  • Link to tutorials.

0.3.1 #

  • Wrap PageStackBlocEvent as PageStacksBlocEvent.

0.3.0 #

  • BREAKING: Remove AppBloc.
  • Add PageStacksBloc, PageStacksConfiguration, PageStacksRouteInformationParser, PageStacksRouterDelegate.
  • Add PageConfiguration.defaultStackKey, defaultStacksConfiguration.

0.2.1 #

  • An accidental debug print removed.

0.2.0 #

  • BREAKING: PageConfiguration is now abstract, added restoreRouteInformation().
  • Added PageConfiguration.defaultStackConfiguration.
  • Added PageStackConfiguration.getTopPageConfiguration().
  • Added PageStackRouteInformationParser.

0.1.6 #

  • Fix onPopRoute in PageStackBlocNavigator.

0.1.5 #

  • Added PageStackRouterDelegate.

0.1.3 #

  • Added PageBloc.closeScreenWith, PageBloc.onForegroundClosed.

0.1.2 #

  • BREAKING: Renamed AppBlocNormalizedState to AppConfiguration.
  • BREAKING: Renamed PageStackBlocNormalizedState to PageStackConfiguration.
  • BREAKING: Renamed ScreenBlocNormalizedState to PageConfiguration.
  • BREAKING: Renamed Screen... events to Page... events.
  • BREAKING: Extracted PageBloc.states to the new PageStatefulBloc subclass.
  • PageBloc is not abstract.
  • Allow to specify duplicate key behavior per push.
  • Allow null for 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.
60
likes
0
pub points
83%
popularity

Publisher

verified publisherainkin.com

A BLoC-based state management solution on top of Router API for larger apps.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, meta, rxdart

More

Packages that depend on app_state