We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f32d6 commit 1cdbcd3Copy full SHA for 1cdbcd3
pubspec.yaml
@@ -12,7 +12,7 @@
12
13
name: df_generate_dart_indexes
14
description: A tool to generate index/exports files also known as barrel files for all Dart files in a directory.
15
-version: 0.5.7
+version: 0.5.8
16
repository: https://github.com/DevCetra/df_generate_dart_indexes
17
funding:
18
- https://www.buymeacoffee.com/robmllze
@@ -32,10 +32,11 @@ environment:
32
33
dependencies:
34
df_config: ^0.5.4
35
- df_gen_core: ^0.5.4
+ df_gen_core: ^0.5.7
36
df_log: ^0.2.4
37
args: ^2.6.0
38
- path: ^1.9.1
+
39
+ path: 1.9.0
40
41
## -----------------------------------------------------------------------------
42
0 commit comments