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
`df_di` is a lightweight, powerful "dependency injection" package for Dart and Flutter that makes your app modular, testable, and easy to maintain. It stops the confusion of finding and tracking services, like APIs or databases. With `df_di`, you store these services in "containers" that make them easy to access whenever you need them.
@@ -199,7 +197,7 @@ DI.session.unregisterAll();
199
197
200
198
---
201
199
202
-
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_di/) for more information.
200
+
🔍 For more information, refer to the [API reference](https://pub.dev/documentation/df_di/).
203
201
204
202
---
205
203
@@ -209,7 +207,6 @@ This is an open-source project, and we warmly welcome contributions from everyon
209
207
210
208
### ☝️ Ways you can contribute
211
209
212
-
-**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.
213
210
-**Find us on Discord:** Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX.
214
211
-**Share your ideas:** Every perspective matters, and your ideas can spark innovation.
215
212
-**Help others:** Engage with other users by offering advice, solutions, or troubleshooting assistance.
@@ -226,6 +223,7 @@ If you're enjoying this package and find it valuable, consider showing your appr
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_di/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_di/main/LICENSE) for more information.
0 commit comments