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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ PodListBuilder(
208
208
if (!loggedIn) {
209
209
return const Text('Please log in.');
210
210
}
211
-
return Text('You have $count items in your cart. Total: \$$total');
211
+
return Text('You have $count items in your cart. Total: \$total');
212
212
},
213
213
);
214
214
```
@@ -310,15 +310,15 @@ analyzer:
310
310
311
311
---
312
312
313
-
Please refer to the [API reference](https://pub.dev/documentation/df_pod/) for more information.
313
+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_pod/) for more information.
314
314
315
315
---
316
316
317
-
## Contributing and Discussions
317
+
## 💬 Contributing and Discussions
318
318
319
319
This is an open-source project, and we warmly welcome contributions from everyone, regardless of experience level. Whether you're a seasoned developer or just starting out, contributing to this project is a fantastic way to learn, share your knowledge, and make a meaningful impact on the community.
320
320
321
-
### Ways you can contribute
321
+
### ☝️ Ways you can contribute
322
322
323
323
- **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.
324
324
- **Find us on Discord:** Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX.
@@ -331,12 +331,13 @@ This is an open-source project, and we warmly welcome contributions from everyon
331
331
332
332
No matter how you choose to contribute, your involvement is greatly appreciated and valued!
333
333
334
-
### We drink a lot of coffee...
334
+
### ☕ We drink a lot of coffee...
335
335
336
336
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: https://www.buymeacoffee.com/dev_cetera
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_pod/main/LICENSE) for more information.
0 commit comments