Skip to content

Releases: UnlockAgency/flutter-cli

v.1.10.6

18 Dec 10:03

Choose a tag to compare

1.10.5

21 Aug 10:38

Choose a tag to compare

v1.10.5

  • Removed web-renderer from web build and run

Full Changelog: v1.10.4...v1.10.5

v1.10.4

28 Jan 16:01

Choose a tag to compare

Full Changelog: v1.10.3...v1.10.4

v1.10.3

06 Jan 09:31

Choose a tag to compare

v1.10.1

24 Oct 08:47

Choose a tag to compare

v1.10.1

  • Now uses sub command to check if build is for iOS

v1.10.0

24 Oct 07:45

Choose a tag to compare

v1.10.0

  • Added a check to avoid using xcode-select if platform is android

V1.9.0

01 Jul 07:55

Choose a tag to compare

  • Use Environment.xcconfig instead of Generated.xcconfig

v1.8.3

07 May 13:45

Choose a tag to compare

New features

  • Added 'da_DK' to supported languages (Danish)

v1.8.2

07 Dec 10:24

Choose a tag to compare

v1.8.2

New features

  • Add web-renderer flag: auto, canvaskit or html

Breaking changes

The run command has been updated. Previously:

flttr run --platform ios --flavor accept
flttr run --platform android --flavor accept
flttr run --platform web --flavor accept

Currently:

flttr run ios --flavor accept
flttr run android --flavor accept
flttr run web --flavor accept

Full Changelog: v1.8.1...v1.8.2

v1.8.1

07 Dec 09:06

Choose a tag to compare

New features

  • Added --port flag when running on web

Full Changelog: v1.7.2...v1.8.1