Skip to content

Commit eb3fa04

Browse files
committed
+Update dependencies
1 parent 6a3eca0 commit eb3fa04

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ export './widgets/my_title_text.dart';
5151

5252
---
5353

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

5656
---
5757

58-
## Contributing and Discussions
58+
## 💬 Contributing and Discussions
5959

6060
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.
6161

62-
### Ways you can contribute
62+
### ☝️ Ways you can contribute
6363

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

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

75-
### We drink a lot of coffee...
75+
### We drink a lot of coffee...
7676

7777
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
7878

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

81-
## License
81+
## 🧑‍⚖️ License
8282

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

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_indexes
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A tool to generate index/exports files also known as barrel files for all Dart files in a directory.
19-
version: 0.5.16
19+
version: 0.5.17
2020
topics:
2121
- barrel-file
2222
- build-runner
@@ -33,8 +33,8 @@ environment:
3333

3434
dependencies:
3535
df_config: ^0.7.3
36-
df_gen_core: ^0.6.12
37-
df_log: ^0.3.13
36+
df_gen_core: ^0.6.13
37+
df_log: ^0.3.17
3838
args: ^2.7.0
3939
path: ^1.9.1
4040

0 commit comments

Comments
 (0)