We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386be06 commit 8f5f272Copy full SHA for 8f5f272
configurator/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: configurator
2
description: A new Flutter package project.
3
-version: 1.0.13
+version: 1.0.14
4
homepage:
5
6
environment:
@@ -22,7 +22,7 @@ dependencies:
22
23
source_gen: ^1.4.0
24
code_builder: ^4.5.0
25
- dart_style: ^2.3.2
+ dart_style: 2.3.6
26
27
dev_dependencies:
28
flutter_lints: ^2.0.0
configurator_flutter/pubspec.yaml
name: configurator_flutter
@@ -31,7 +31,7 @@ dependencies:
31
git:
32
url: [email protected]:camrongiuliani/configurator.git
33
path: configurator
34
- ref: 1.0.13
+ ref: 1.0.14
35
36
37
flutter_test:
0 commit comments