- chore: downgrade project to v1.6.0
- chore: update project to v1.6.1
- chore: bump dependencies
- chore: update descriptions
- chore: add logo and screenshot
- chore: removed unused test class
- feat: override debugFillProperties
- docs: add missing comma to listener
- chore: update copyright year
- chore: add topics to pubspec
- chore: update sdk constraints
- chore: update to Dart 2.19
- refactor: remove unnecessary single child widget mixins
- refactor(example): migrated deprecated headline1 style
- chore: add pub links
- 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
- 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
- doc: add widgets api documentation
- style: enable rule public_member_api_docs
- style: fix test lints and missing names
- feat: add example project
- refactor: fix package name and imports
- docs: add usage and widgets documentation
- feat: initial version of the library
- based on flutter_bloc from bloc library
Thanks to @felangel and all bloc library contributors.