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 056bb02 commit ea250afCopy full SHA for ea250af
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.0.21
2
+
3
+- Add `--as-debug` option.
4
5
## 0.0.20
6
7
- Add `--commit-hash` option.
pubspec.yaml
@@ -1,12 +1,12 @@
name: flutterflow_cli
description: >-
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
-version: 0.0.20
+version: 0.0.21
homepage: https://github.com/FlutterFlow/flutterflow-cli
issue_tracker: https://github.com/flutterflow/flutterflow-issues
8
environment:
9
- sdk: '>=2.17.0 <4.0.0'
+ sdk: ">=2.17.0 <4.0.0"
10
11
dependencies:
12
archive: ^3.3.5
0 commit comments