Skip to content

Commit f3d68d2

Browse files
committed
+Update dependencies
1 parent a814467 commit f3d68d2

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ A tool to generate ready-made screen templates for your Flutter app (uses df_gen
2626

2727
---
2828

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

3131
---
3232

33-
## Contributing and Discussions
33+
## 💬 Contributing and Discussions
3434

3535
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.
3636

37-
### Ways you can contribute
37+
### ☝️ Ways you can contribute
3838

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

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

50-
### We drink a lot of coffee...
50+
### We drink a lot of coffee...
5151

5252
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
5353

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

56-
## License
56+
## 🧑‍⚖️ License
5757

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

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

bin/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

bin/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ environment:
2727
dependencies:
2828
df_generate_screen:
2929
path: ../
30-
df_log: ^0.3.13
31-
df_string: ^0.2.4
32-
df_gen_core: ^0.6.12
30+
df_log: ^0.3.17
31+
df_string: ^0.2.5
32+
df_gen_core: ^0.6.13
3333

3434
## -----------------------------------------------------------------------------
3535

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_screen
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A tool to generate ready-made screen templates for your Flutter app (uses df_sceen)
19-
version: 0.7.3
19+
version: 0.7.4
2020
topics:
2121
- source-gen
2222
- build-runner
@@ -34,12 +34,12 @@ environment:
3434
dependencies:
3535
df_collection: ^0.9.3
3636
df_config: ^0.7.3
37-
df_gen_core: ^0.6.12
37+
df_gen_core: ^0.6.13
3838
df_generate_dart_indexes: ^0.5.16
39-
df_generate_dart_models_core: ^0.9.17
40-
df_log: ^0.3.13
41-
df_screen_core: ^0.5.2
42-
df_string: ^0.2.4
39+
df_generate_dart_models_core: ^0.9.19
40+
df_log: ^0.3.17
41+
df_screen_core: ^0.5.3
42+
df_string: ^0.2.5
4343
df_type: ^0.12.3
4444

4545
args: ^2.7.0
@@ -49,7 +49,7 @@ dependencies:
4949

5050
dev_dependencies:
5151
lints: ^6.0.0
52-
test: ^1.25.0
52+
test: ^1.26.2
5353

5454

5555
## -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)