Skip to content

Commit 73f7716

Browse files
committed
+Update dependencies
1 parent 3b56c34 commit 73f7716

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ PodListBuilder(
208208
if (!loggedIn) {
209209
return const Text('Please log in.');
210210
}
211-
return Text('You have $count items in your cart. Total: \$$total');
211+
return Text('You have $count items in your cart. Total: \$total');
212212
},
213213
);
214214
```
@@ -310,15 +310,15 @@ analyzer:
310310
311311
---
312312
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.
314314
315315
---
316316
317-
## Contributing and Discussions
317+
## 💬 Contributing and Discussions
318318
319319
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.
320320
321-
### Ways you can contribute
321+
### ☝️ Ways you can contribute
322322
323323
- **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.
324324
- **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
331331
332332
No matter how you choose to contribute, your involvement is greatly appreciated and valued!
333333
334-
### We drink a lot of coffee...
334+
### We drink a lot of coffee...
335335
336336
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
337337
338338
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="40"></a>
339339
340-
## License
340+
## 🧑‍⚖️ License
341341
342342
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.
343+

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ analyzer:
4343
- build/**
4444

4545
errors:
46+
unused_label: ignore
4647
always_declare_return_types: error
4748
avoid_renaming_method_parameters: error
4849
avoid_type_to_string: error

example/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ analyzer:
4343
- build/**
4444

4545
errors:
46+
unused_label: ignore
4647
always_declare_return_types: error
4748
avoid_renaming_method_parameters: error
4849
avoid_type_to_string: error

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_pod
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package offering tools to manage app state using ValueListenable objects called Pods.
19-
version: 0.18.4
19+
version: 0.18.5
2020
topics:
2121
- bloc
2222
- provider
@@ -36,10 +36,10 @@ dependencies:
3636
sdk: flutter
3737

3838
df_type: ^0.12.3
39-
df_safer_dart: ^0.14.10
39+
df_safer_dart: ^0.15.2
4040
df_cleanup: ^0.4.3
41-
df_debouncer: ^0.4.10
42-
df_log: ^0.3.13
41+
df_debouncer: ^0.4.13
42+
df_log: ^0.3.17
4343
shared_preferences: ^2.5.3
4444
equatable: ^2.0.7
4545
meta: ^1.16.0

0 commit comments

Comments
 (0)