Skip to content

Releases: UnlockAgency/flutter-cli

v1.8.0

14 Nov 09:04

Choose a tag to compare

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

23 Oct 11:51

Choose a tag to compare

Bugfixes

  • Fixed the flttr create command
  • Updated templates for a new project

Full Changelog: v1.7.1...v1.7.2

v1.7.1

31 Aug 08:49

Choose a tag to compare

Improvements

  • Added --export-options-plist argument to flutter build ipa command, to specify manual signing configuration

Full Changelog: v1.7.0...v1.7.1

v1.7.0

30 Aug 15:14

Choose a tag to compare

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

30 Aug 13:31

Choose a tag to compare

Developer related

  • README updated
  • Small improvement to build preparations

Full Changelog: v1.6.0...v1.6.1

v1.6.0

28 Aug 13:28

Choose a tag to compare

New features

  • Added pre-build actions

Full Changelog: v1.5.0...v1.6.0

v1.5.0

22 Aug 09:44

Choose a tag to compare

New features

  • Added Xcode selection for Flutter builds only

Full Changelog: v1.4.4...v1.5.0

v1.4.4

21 Jul 11:40

Choose a tag to compare

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

19 Jul 13:26

Choose a tag to compare

Improvements

  • Retrieving latest version from a static json file instead of Github API

Full Changelog: v1.4.1...v1.4.3

v1.4.2

11 Jul 08:11

Choose a tag to compare

New features

  • Added code obfuscation by default for release builds

Full Changelog: v1.4.0...v1.4.2