df_will_dispose 0.5.1 df_will_dispose: ^0.5.1 copied to clipboard
A lightweight solution for managing the cancellation and disposal of resources in Flutter.
Changelog #
[0.5.1] #
- Released @ 8/2024 (UTC)
- feat: Add AssociatedContextStore class for easier managment of ContextStore
[0.5.0] #
- Released @ 8/2024 (UTC)
- breaking: Remove WillDisposeWidget, intruduce WillCancelMixin and methods that work with BuildContext
[0.4.1] #
- Released @ 8/2024 (UTC)
- fix: Fix redundancy issue with simpler_will_dispose_mixin.dart
[0.4.0+1] #
- Released @ 8/2024 (UTC)
- docs: Update examples
[0.4.0] #
- Released @ 8/2024 (UTC)
- feat: Add onDispose method to WillDisposeWidget if you need to customize the disposal behavior, add a resource getter to WillDisposeMixin
[0.3.3] #
- Released @ 8/2024 (UTC)
- refactor: rename _DisposeMixin class to _Dispose
[0.3.2+1] #
- Released @ 8/2024 (UTC)
- docs: Update readme and license
[0.3.2] #
- Released @ 8/2024 (UTC)
- chore: Improve disposal process in WillDisposeMixin
[0.3.1+1] #
- Released @ 8/2024 (UTC)
- docs: Fix typo in readme
- chore: Update topics in pubspec.yaml
[0.3.1] #
- Released @ 8/2024 (UTC)
- docs: Update license again
[0.3.0] #
- Released @ 8/2024 (UTC)
- breaking: Simplify code, change to open use license, update readme
[0.2.0] #
- Released @ 8/2024 (UTC)
- feat: Add WillDisposeWidget
[0.1.0+1] #
- Released @ 8/2024 (UTC)
- docs: Update readme
[0.1.0] #
- Released @ 8/2024 (UTC)
- Initial release