vanilla_state 1.1.0+1 copy "vanilla_state: ^1.1.0+1" to clipboard
vanilla_state: ^1.1.0+1 copied to clipboard

A very simple way to manage immutable state in flutter without having too much dependencies

0.0.1-alpha #

  • add State management: VanillaNotifier
  • add State listener widgets: VanillaListener, VanillaBuilder
  • add VanillaNotifier dependency injection widget: InheritedVanilla
  • add Helper utils for making immutable state management easier and faster: EqualityChecker, StateWithStatus, VanillaUtilsMixin

0.0.1 #

  • remove unnecessary helper utils
  • add code documentation

1.0.0 #

  • First Stable production ready version
  • allow disposing of Vanilla from the VanillaHolder
  • add support for optionally disposing Vanilla from the VanillaHolder
  • add extra utils to vanilla

1.1.0 #

  • Add BaseNotifier, BaseState and sub-classes for handling success, in-loading, out-loading, error and fatal-error states and VanilaUtilsMixin

1.1.0+1 #

  • fix for BaseNotifier import
4
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A very simple way to manage immutable state in flutter without having too much dependencies

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, nested

More

Packages that depend on vanilla_state