Skip to content

Commit 4de5e6d

Browse files
committed
+Update dependencies
1 parent 5e0e5c8 commit 4de5e6d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

_README_CONTENT.md.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This package offers a flexible solution for managing the cleanup of resources in
44

55
## Quickstart
66

7-
- Use this package as a dependency by adding it to your `pubspec.yaml` file (see here).
87
- This package streamlines the management of resource cancellation, closing, disposal, and stopping.
98
- The cleanup methods available are `willCancel`, `willClose`, `willDispose`, and `willStop`.
109
- Enhance your widgets by using `StatelessAttachableMixin` or `StatefulAttachableMixin` for seamless access to the cleanup methods via `BuildContext`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_cleanup
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A flexible solution for managing the cleanup of resources in Flutter.
19-
version: 0.4.4
19+
version: 0.4.5
2020
topics:
2121
- cancel
2222
- dispose

0 commit comments

Comments
 (0)