df_cleanup 0.1.5
df_cleanup: ^0.1.5 copied to clipboard
A flexible solution for managing the cleanup of resources in Flutter.
Changelog #
0.1.5 #
- Released @ 8/2024 (UTC)
- fix: Fix bug with mixins
0.1.4 #
- Released @ 8/2024 (UTC)
- feat: Add CancelablesMixin, ClosablesMixin, DisposablesMixin and StoppablesMixin
0.1.3 #
- Released @ 8/2024 (UTC)
- refactor: Update FutureOrManager's with an addAll method
0.1.2 #
- Released @ 8/2024 (UTC)
- refactor: Change FutureOrManager's complete method to accept an optional onComplete callback
0.1.1 #
- Released @ 8/2024 (UTC)
- chore: Fix issues with async behaviour
0.1.0 #
- Released @ 8/2024 (UTC)
- Initial commit