flutter_state_management 0.6.0 copy "flutter_state_management: ^0.6.0" to clipboard
flutter_state_management: ^0.6.0 copied to clipboard

A collection of helper classes to make the use of ChangeNotifier easier for state management

0.6.0 #

  • remove dependency on Isar (see example to still use it)

0.5.0 #

  • state notifiers implement ValueListenable
  • add extension method for state notifier

0.4.0 #

  • add toString methods
  • add removeFromCache
  • make create method private

0.3.0 #

  • add remove data options in set* methods
  • add isIdle and hasCurrentData getters
  • remove protected from set methods
  • rename args on when method

0.2.0 #

  • builder can also take idle builder

0.1.0 #

  • rename isBusy to isLoading
  • added loadingFuture to await when busy

0.0.8 #

  • add set methods

0.0.7 #

  • update docs

0.0.6 #

  • replace model with void as return type

0.0.5 #

  • add when and hasNoData

0.0.4 #

  • fix typo

0.0.3 #

  • make error generic

0.0.2 #

  • Remove flutter version constraint

0.0.1 #

  • Initial release.
3
likes
0
pub points
70%
popularity

Publisher

verified publishermuha.dev

A collection of helper classes to make the use of ChangeNotifier easier for state management

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_state_management