- Translations now turns nl-NL to nl_NL for Flutter
- Removed web-renderer from web build and run
- Added language code support
- Added new translations for Budiyu support
- Now uses sub command to check if build is for iOS
- Added a check to avoid using xcode-select if platform is android
- Use Environment.xcconfig instead of Generated.xcconfig
- Added da_DK as supported languages (Danish)
- Add web-renderer flag: auto, canvaskit or html
The run command has been updated. Previously:
flttr run --platform ios --flavor accept
flttr run --platform android --flavor accept
flttr run --platform web --flavor acceptCurrently:
flttr run ios --flavor accept
flttr run android --flavor accept
flttr run web --flavor accept- Add port flag when running on web
- Web platform support
- Fixed the
flttr createcommand - Updated templates for a new project
- Added
--export-options-plistargument toflutter build ipacommand, to specify manual signing configuration
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] [--dry-run]
flttr build android [--flavor=] [--release] [--artifact=] [--[no-]obfuscation] [--dry-run]