Skip to content

Commit 6be3b5b

Browse files
committed
update
1 parent a898e78 commit 6be3b5b

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
1111

1212
---
1313

14+
[![banner](https://github.com/dev-cetera/df_safer_dart/blob/v0.6.2/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
15+
1416
<!-- BEGIN _README_CONTENT -->
1517

1618
A tool to generate index/exports files also known as barrel files for all Dart files in a directory.
@@ -89,3 +91,4 @@ If you're enjoying this package and find it valuable, consider showing your appr
8991
## 🧑‍⚖️ License
9092

9193
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.
94+

bin/pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ name: generate_dart_indexes
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_generate_dart_indexes
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
1820
publish_to: none
1921

2022
## -----------------------------------------------------------------------------

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ name: df_generate_dart_indexes
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_generate_dart_indexes
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
18-
- https://www.patreon.com/c/RobertMollentze
19-
- https://github.com/sponsors/robmllze
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
2020
description: A tool to generate index/exports files also known as barrel files for all Dart files in a directory.
2121
version: 0.6.2
2222
topics:
@@ -34,7 +34,7 @@ environment:
3434
## -----------------------------------------------------------------------------
3535

3636
dependencies:
37-
df_log: ^0.3.19
37+
df_log: ^0.3.20
3838
args: ^2.7.0
3939
path: ^1.9.1
4040

0 commit comments

Comments
 (0)