flutter_value_notifier 1.5.1
flutter_value_notifier: ^1.5.1 copied to clipboard
Flutter Widgets that make it easy to implement state management patterns. Built to be used with the ValueNotifier class.
1.5.1 #
- chore: add pub links
1.5.0 #
- doc: fix badges links and add twitter link
- doc: rename valueNotifier references in README
- doc: add code snippets do api docs
- doc: remove unneeded comment space
- fix: add missing ci coverage steps
- ci: move upload coverage to run block
- ci: add Codecov step name
- doc: update README header
- ci: add main workflow
- chore: add pull request template
- chore: add code owners
- refactor: rename valueNotifier to notifier
BREAKING: when specifying ValueNotifier instances, use notifier instead of valueNotifier
1.4.0 #
- doc: refactor 1.0.0 changelog
- refactor: change example notifiers order
- doc: add example api documentations
- style: add rules from very_good_analysis 3.1.0
- feat: add Flutter 3.0.x compatibility
- chore: update provider to 6.0.5
- chore: rename project description
1.3.0 #
- doc: add widgets api documentation
- style: enable rule public_member_api_docs
1.2.0 #
- style: fix test lints and missing names
- feat: add example project
- refactor: fix package name and imports
1.1.0 #
- docs: add usage and widgets documentation
1.0.0 #
- feat: initial version of the library
- based on flutter_bloc from bloc library
Thanks to Felix Angelov (@felangel) and all bloc library contributors.