vanilla_state 1.0.0 copy "vanilla_state: ^1.0.0" to clipboard
vanilla_state: ^1.0.0 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
2
likes
160
pub points
28%
popularity

Publisher

unverified uploader

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, flutter_bloc

More

Packages that depend on vanilla_state