Skip to content

Releases: leanflutter/flutter_distributor

v0.2.5

17 Sep 14:20
Compare
Choose a tag to compare
  • Use shell_executor to execute commands
  • Fix an incorrectly worded message
  • Optimize output messages in console
  • Support linux arm64
  • [maker-zip] without using the 7zip command
  • [publisher-pgyer] Upgrade to v2 Api #91 #92

v0.2.4

15 Jun 04:29
Compare
Choose a tag to compare
  • [dmg maker] Support code-sign configuration item.
  • [exe maker] Support use custom inno setup script_template. #69
  • [exe maker] Support use custom installDirName. #67
  • [exe maker] Add installer setupIconFile, privilegesRequired options (#79)
  • [exe maker] Set to default 64-bit mode #81

v0.2.2

21 Apr 02:42
Compare
Choose a tag to compare
  • Support custom artifact_name & channel.
  • fix build_args map entries value may null #64
  • Add dart-define FLUTTER_BUILD_NAME and FLUTTER_BUILD_NUMBER when building #65
  • artifactName adds build_name & build_number variables #66

v0.2.0

16 Apr 14:00
Compare
Choose a tag to compare
  • Add appcenter publisher. #13
  • Fix apk, ipa makers copy wrong files #55

v0.1.9

10 Apr 01:19
Compare
Choose a tag to compare
  • [exe maker] MakeExeConfig Add executable_name field
  • [exe maker] MakeExeConfig Add display_name field
  • [exe maker] MakeExeConfig Add create_desktop_icon field
  • [exe maker] MakeExeConfig Add install_dir_name field
  • [exe maker] MakeExeConfig Add locales field
  • [exe maker] Support chinese #57 #58
  • Add msix maker

v0.1.8

22 Mar 03:56
Compare
Choose a tag to compare
  • [aab maker] support flavor arg #46
  • Add appstore publisher. #45

v0.1.7

05 Mar 04:10
Compare
Choose a tag to compare
  • Change parameter cleanOnceBeforeBuild to cleanBeforeBuild
  • Changed to only clean once before build #41

v0.1.6

19 Feb 13:31
Compare
Choose a tag to compare
  • PowerShell support.
  • Fix the problem of broken files after uploading.

v0.1.5

22 Jan 08:17
Compare
Choose a tag to compare
  • Add firebase publisher.
  • Add github publisher.

v0.1.4

16 Jan 08:04
Compare
Choose a tag to compare
  • Add --version flag.
  • Add qiniu publisher.
  • #21 Add --jobs and --skip-jobs option to release command.
  • #22 zip maker supports web platform.