flutterflow_cli 0.0.28
flutterflow_cli: ^0.0.28 copied to clipboard
Command-line client for FlutterFlow. Export code from FlutterFlow projects.
0.0.28 #
- Update path version.
0.0.27 #
- Update default endpoint.
0.0.26 #
- Update dependency versions.
0.0.25 #
- Update URL parsing to support more types of endpoints.
0.0.24 #
- Fix an issue on Windows.
- Add support for
.flutterflowignore.
0.0.23 #
- Add more logging.
0.0.22 #
- Add
--project-environmentoption.
0.0.21 #
- Add
--as-debugoption.
0.0.20 #
- Add
--commit-hashoption.
0.0.19 #
- Add
exportAsDebugoption toFlutterFlowApi.exportCode().
0.0.18 #
- Add
deploy-firebasecommand.
0.0.17 #
- Add
formatoption toFlutterFlowApi.exportCode().
0.0.16 #
- Set
include_assets_mapbased on--[no-]include-assetswhen calling the API.
0.0.15 #
- Add environment variable for
FLUTTERFLOW_ENDPOINT.
0.0.14 #
- Update
FlutterFlowApito throw exceptions instead of callingexit().
0.0.13 #
- Add
--as-moduleoption.
0.0.12 #
- Fix
FLUTTERFLOW_PROJECTenvironment variable issue. - Fix downloading assets when the parent directory does not exist.
0.0.11 #
- Fix
--fix--no-parent-folderedge case. - Add
--environmentoption.
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
--fixoption.
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.