flutterflow_cli 0.0.16 flutterflow_cli: ^0.0.16 copied to clipboard
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
0.0.16 #
- Set
include_assets_map
based on--[no-]include-assets
when calling the API.
0.0.15 #
- Add environment variable for
FLUTTERFLOW_ENDPOINT
.
0.0.14 #
- Update
FlutterFlowApi
to throw exceptions instead of callingexit()
.
0.0.13 #
- Add
--as-module
option.
0.0.12 #
- Fix
FLUTTERFLOW_PROJECT
environment variable issue. - Fix downloading assets when the parent directory does not exist.
0.0.11 #
- Fix
--fix
--no-parent-folder
edge case. - Add
--environment
option.
0.0.10 #
- Adds bug fix to duplicate archiving.
0.0.9 #
- Add
--[no-]-parent option
. - Allow importing it inside a Dart/Flutter project.
- Allow passing project id via environment.
- Upgrade dependencies.
0.0.8 #
- Add
--fix
option.
0.0.7 #
- Fix handling non-existent assets.
0.0.6 #
- Add "branch-name" parameter to enable specifying a branch for a given project when generating code.
0.0.5 #
- Send API token as a header.
0.0.4 #
- Update API endpoint.
0.0.3 #
- Switch to base64.
0.0.2 #
- Lower min SDK version to 2.17.0.
- Allow passing SDK token as a command line argument.
0.0.1 #
- Initial version.