- Update URL parsing to support more types of endpoints.
- Fix an issue on Windows.
- Add support for
.flutterflowignore
.
- Add more logging.
- Add
--project-environment
option.
- Add
--as-debug
option.
- Add
--commit-hash
option.
- Add
exportAsDebug
option toFlutterFlowApi.exportCode()
.
- Add
deploy-firebase
command.
- Add
format
option toFlutterFlowApi.exportCode()
.
- Set
include_assets_map
based on--[no-]include-assets
when calling the API.
- Add environment variable for
FLUTTERFLOW_ENDPOINT
.
- Update
FlutterFlowApi
to throw exceptions instead of callingexit()
.
- Add
--as-module
option.
- Fix
FLUTTERFLOW_PROJECT
environment variable issue. - Fix downloading assets when the parent directory does not exist.
- Fix
--fix
--no-parent-folder
edge case. - Add
--environment
option.
- 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
--fix
option.
- 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.