safe_change_notifier 0.3.1 safe_change_notifier: ^0.3.1 copied to clipboard
A safe drop-in replacement for Flutter's ChangeNotifier, that makes notifyListeners() a no-op, rather than an error, after its disposal.
Changelog #
0.3.1 (2023-07-18) #
- add changelog titles for release-please (7ab08b5)
- fix changelogs (e80a5a7)
- github: remove old workflows (154593c)
- mv / packages/safe_change_notifier (410d773)
- remove codecov.yaml from newly imported packages (486f0f6)
- renovate: clean up old renovate configs (af1126b)
- update links (#299) (e679e3b)
0.3.0 (2023-07-03) #
What's Changed #
- Configure Renovate by @renovate in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/5
- Update actions/checkout action to v3 by @renovate in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/6
- Update codecov/codecov-action action to v3 by @renovate in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/7
- Update subosito/flutter-action action to v2 by @renovate in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/9
- Update CI by @jpnurmi in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/10
- chore: migrate to Dart 3 & Flutter 3.10 by @jpnurmi in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/11
- ci: FLUTTER_VERSION by @jpnurmi in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/12
- feat: add SafeStateNotifier by @jpnurmi in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/15
New Contributors #
- @renovate made their first contribution in https://github.com/ubuntu-flutter-community/safe_change_notifier/pull/5
Full Changelog: https://github.com/ubuntu-flutter-community/safe_change_notifier/compare/v0.2.0...v0.3.0
0.2.0 #
- Add
SafeNotifierMixin
- Mix
SafeChangeNotifier
withSafeNotifierMixin
- Add
SafeValueNotifier
0.1.0+1 #
- Update links.
0.1.0 #
- Add docs and tests.
0.0.1 #
- Initial release.