Skip to content

Commit 93187c5

Browse files
committed
+Update dependencies
1 parent f332c9e commit 93187c5

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ A package that provides core dependencies for models generated with `df_generate
1919

2020
---
2121

22-
Please refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models_core/) for more information.
22+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_generate_dart_models_core/) 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_generate_dart_models_core/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_generate_dart_models_core/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

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_generate_dart_models_core
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides core dependencies for models generated with df_generate_dart_models.
19-
version: 0.9.19
19+
version: 0.9.20
2020
topics:
2121
- build-runner
2222
- cli
@@ -42,5 +42,5 @@ dependencies:
4242

4343
dev_dependencies:
4444
lints: ^6.0.0
45-
test: ^1.25.0
45+
test: ^1.26.2
4646

0 commit comments

Comments
 (0)