- Add
--include-export-manifesttoflutterflow export-codeand forwardincludeExportManifestto the export API so the downloaded archive can include.flutterflow/export_manifest.json.
- Occasionally suggest using
--fixflag when it's not passed.
- Add support for download_url.
- Update path version.
- Update default endpoint.
- Update dependency versions.
- Update URL parsing to support more types of endpoints.
- Fix an issue on Windows.
- Add support for
.flutterflowignore.
- Add more logging.
- Add
--project-environmentoption.
- Add
--as-debugoption.
- Add
--commit-hashoption.
- Add
exportAsDebugoption toFlutterFlowApi.exportCode().
- Add
deploy-firebasecommand.
- Add
formatoption toFlutterFlowApi.exportCode().
- Set
include_assets_mapbased on--[no-]include-assetswhen calling the API.
- Add environment variable for
FLUTTERFLOW_ENDPOINT.
- Update
FlutterFlowApito throw exceptions instead of callingexit().
- Add
--as-moduleoption.
- Fix
FLUTTERFLOW_PROJECTenvironment variable issue. - Fix downloading assets when the parent directory does not exist.
- Fix
--fix--no-parent-folderedge case. - Add
--environmentoption.
- Adds bug fix to duplicate archiving.
- Add
--[no-]-parent option. - Allow importing it inside a Dart/Flutter project.
- Allow passing project id via environment.
- Upgrade dependencies.
- Add
--fixoption.
- Fix handling non-existent assets.
- Add "branch-name" parameter to enable specifying a branch for a given project when generating code.
- Send API token as a header.
- Update API endpoint.
- Switch to base64.
- Lower min SDK version to 2.17.0.
- Allow passing SDK token as a command line argument.
- Initial version.