Skip to content

Commit 562364b

Browse files
committed
+Update dependencies
1 parent ee889f6 commit 562364b

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Open the terminal and navigate to `lib/models/model_user`, then run `-models`. T
9191

9292
---
9393

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

9696
---
9797

98-
## Contributing and Discussions
98+
## 💬 Contributing and Discussions
9999

100100
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.
101101

102-
### Ways you can contribute
102+
### ☝️ Ways you can contribute
103103

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

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

115-
### We drink a lot of coffee...
115+
### We drink a lot of coffee...
116116

117117
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
118118

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

121-
## License
121+
## 🧑‍⚖️ License
122122

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

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

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_dart_models
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A tool for generating data models and classes from annotations, offering greater flexibility than json_serializable or freezed.
19-
version: 0.13.3
19+
version: 0.13.4
2020
topics:
2121
- build-runner
2222
- cli
@@ -36,7 +36,7 @@ dependencies:
3636
df_config: ^0.7.3
3737
df_gen_core: ^0.6.13
3838
df_generate_dart_models_core: ^0.9.19
39-
df_log: ^0.3.13
39+
df_log: ^0.3.17
4040
df_string: ^0.2.5
4141
df_type: ^0.12.3
4242
google_generative_ai: ^0.4.7
@@ -46,7 +46,7 @@ dependencies:
4646

4747
dev_dependencies:
4848
lints: ^6.0.0
49-
test: ^1.25.0
49+
test: ^1.26.2
5050

5151
## -----------------------------------------------------------------------------
5252

0 commit comments

Comments
 (0)