Skip to content

Commit 5611c33

Browse files
committed
+Update dependencies
1 parent dc5f824 commit 5611c33

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ A package that provides a useful screen widget andcontroller for Flutter apps.
1919

2020
---
2121

22-
Please refer to the [API reference](https://pub.dev/documentation/df_screen/) for more information.
22+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_screen/) for more information.
2323

2424
---
2525

26-
## Contributing and Discussions
26+
## 💬 Contributing and Discussions
2727

2828
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.
2929

30-
### Ways you can contribute
30+
### ☝️ Ways you can contribute
3131

3232
- **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.
3333
- **Find us on Discord:** Feel free to ask questions and engage with the community here: https://discord.gg/gEQ8y2nfyX.
@@ -40,12 +40,13 @@ This is an open-source project, and we warmly welcome contributions from everyon
4040

4141
No matter how you choose to contribute, your involvement is greatly appreciated and valued!
4242

43-
### We drink a lot of coffee...
43+
### We drink a lot of coffee...
4444

4545
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
4646

4747
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="40"></a>
4848

49-
## License
49+
## 🧑‍⚖️ License
5050

5151
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_screen/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_screen/main/LICENSE) for more information.
52+

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_screen
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides a useful screen widget and controller for Flutter apps.
19-
version: 0.8.5
19+
version: 0.8.6
2020
topics:
2121
- user-interface
2222
- widgets
@@ -37,12 +37,12 @@ dependencies:
3737

3838
df_collection: ^0.9.3
3939
df_config: ^0.7.3
40-
df_debouncer: ^0.4.10
40+
df_debouncer: ^0.4.13
4141
df_di: ^0.12.7
42-
df_generate_dart_models_core: ^0.9.17
43-
df_log: ^0.3.13
42+
df_generate_dart_models_core: ^0.9.19
43+
df_log: ^0.3.17
4444
df_pod: ^0.18.4
45-
df_scalable: ^0.9.1
45+
df_scalable: ^0.9.3
4646
df_screen_core: ^0.5.3
4747
df_type: ^0.12.3
4848
df_router: ^0.4.11

0 commit comments

Comments
 (0)