notifiable_iterables 1.2.0 notifiable_iterables: ^1.2.0 copied to clipboard
Provides iterables that implements the ChangeNotifier class.
1.2.0 - 24/08/2021 #
- Fixed generic type forced to be nullable (see #13).
- Updated
Dockerfile
. - Upgraded dev dependencies.
1.1.1 - 16/08/2021 #
- Null-safety version with Dart SDK >=2.12.0 in real release.
- Null-safety Flutter example.
- Updated dependencies
1.1.0-nullsafety.0 - 28/11/2020 #
- Null-safety version with Dart SDK >=2.12.0.
- Updated dependencies
1.1.0 - 28/11/2020 #
- Notifiable lists and sets now listen to their children, and propagate their notification to the iterable listeners.
- Updated dependencies
1.0.2 - 15/08/2020 #
- Updated dependencies
- Fixed the
dartfmt
line length limit to 80 (default value) instead of 120 characters.
1.0.1 - 13/08/2020 #
- Added the
insert
method forNotifiableSet
. - Removed the null checks in
NotifiableList
andNotifiableSet
.
1.0.0 - 11/08/2020 #
- Publish to pub.dev.
- Updated README.
- Simplified the example.
0.0.1 - 11/08/2020 #
- Initial Release