We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc628a commit cb874abCopy full SHA for cb874ab
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.28
2
+
3
+- Update path version.
4
5
## 0.0.27
6
7
- Update default endpoint.
pubspec.yaml
@@ -1,7 +1,7 @@
name: flutterflow_cli
description: >-
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
-version: 0.0.27
+version: 0.0.28
homepage: https://github.com/FlutterFlow/flutterflow-cli
issue_tracker: https://github.com/flutterflow/flutterflow-issues
@@ -13,7 +13,7 @@ dependencies:
13
args: ^2.6.0
14
glob: ^2.1.3
15
http: ^1.3.0
16
- path: ^1.9.1
+ path: ^1.9.0
17
18
dev_dependencies:
19
lints: ^3.0.0
0 commit comments