You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
# DF - Cleanup
1
+
<ahref="https://www.buymeacoffee.com/dev_cetera"target="_blank"><imgalign="right"src="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"height="41"width="174"></a>
2
2
3
-
<ahref="https://www.buymeacoffee.com/robmllze"target="_blank"><imgalign="right"src="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"height="41"width="174"></a>
4
-
5
-
Dart & Flutter Packages by DevCetra.com & contributors.
3
+
Dart & Flutter Packages by dev-cetera.com & contributors.
@@ -20,7 +18,7 @@ This package offers a flexible solution for managing the cleanup of resources in
20
18
- The cleanup methods available are `willCancel`, `willClose`, `willDispose`, and `willStop`.
21
19
- Enhance your widgets by using `StatelessAttachableMixin` or `StatefulAttachableMixin` for seamless access to the cleanup methods via `BuildContext`.
22
20
- Alternatively, use `CleanupState` instead of `State` for an even simpler way to manage resources within your stateful widgets.
23
-
- Apply these [mixins](https://github.com/robmllze/df_cleanup/blob/main/lib/src/will) to any class (not just widgets) to access the cleanup methods.
21
+
- Apply these [mixins](https://github.com/dev-cetera/df_cleanup/blob/main/lib/src/will) to any class (not just widgets) to access the cleanup methods.
24
22
- For a full feature set, please refer to the [API reference](https://pub.dev/documentation/df_cleanup/).
25
23
26
24
### Example 1 - Mixins:
@@ -126,7 +124,7 @@ This is an open-source project, and we warmly welcome contributions from everyon
126
124
127
125
### Ways you can contribute:
128
126
129
-
-**Buy me a coffee:** If you'd like to support the project financially, consider [buying me a coffee](https://www.buymeacoffee.com/robmllze). Your support helps cover the costs of development and keeps the project growing.
127
+
-**Buy me a coffee:** If you'd like to support the project financially, consider [buying me a coffee](https://www.buymeacoffee.com/dev_cetera). Your support helps cover the costs of development and keeps the project growing.
130
128
-**Share your ideas:** Every perspective matters, and your ideas can spark innovation.
131
129
-**Report bugs:** Help us identify and fix issues to make the project more robust.
132
130
-**Suggest improvements or new features:** Your ideas can help shape the future of the project.
@@ -135,20 +133,20 @@ This is an open-source project, and we warmly welcome contributions from everyon
135
133
136
134
No matter how you choose to contribute, your involvement is greatly appreciated and valued!
137
135
138
-
---
136
+
### Discord Server
137
+
138
+
Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX
139
139
140
-
###Chief Maintainer:
140
+
## Chief Maintainer:
141
141
142
142
📧 Email _Robert Mollentze_ at robmllze@gmail.com
143
143
144
-
###Dontations:
144
+
## Dontations:
145
145
146
146
If you're enjoying this package and find it valuable, consider showing your appreciation with a small donation. Every bit helps in supporting future development. You can donate here:
147
147
148
-
https://www.buymeacoffee.com/robmllze
149
-
150
-
---
148
+
https://www.buymeacoffee.com/dev_cetera
151
149
152
150
## License
153
151
154
-
This project is released under the MIT License. See [LICENSE](https://raw.githubusercontent.com/robmllze/df_cleanup/main/LICENSE) for more information.
152
+
This project is released under the MIT License. See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_cleanup/main/LICENSE) for more information.
0 commit comments