Releases: UnlockAgency/flutter-cli
Releases · UnlockAgency/flutter-cli
v1.8.0
New features
- Added Web platform support
Running:
flttr --verbose run --platform web --flavor accept
Or building for release:
flttr --verbose build web --flavor accept
Full Changelog: v1.7.1...v1.8.0
v1.7.2
Bugfixes
- Fixed the
flttr createcommand - Updated templates for a new project
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Improvements
- Added
--export-options-plistargument toflutter build ipacommand, to specify manual signing configuration
Full Changelog: v1.7.0...v1.7.1
v1.7.0
Breaking changes
Updated build commands, see README.md for new format and argument descriptions.
Previously:
flttr build --platform ios [--flavor=] [--release] [--[no-]obfuscation]
flttr build --platform android [--flavor=] [--artifact=] [--release] [--[no-]obfuscation]
New:
flttr build ios [--flavor=] [--release] [--archive] [--export-method=] [--[no-]obfuscation] [--[no-]codesign] [--prepare]
flttr build android [--flavor=] [--release] [--artifact=] [--[no-]obfuscation] [--prepare]
Full Changelog: v1.6.1...v1.7.0
v1.6.1
Developer related
- README updated
- Small improvement to build preparations
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.0
v1.4.4
New features
- Added --prepare flag to run and build command to only run configuration scripts
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Improvements
- Retrieving latest version from a static json file instead of Github API
Full Changelog: v1.4.1...v1.4.3