flutter_distributor 0.2.5
flutter_distributor: ^0.2.5 copied to clipboard
A complete tool for packaging and publishing your Flutter apps.
0.2.5 #
- Use
shell_executorto 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
0.2.4 #
- [dmg maker] Support
code-signconfiguration item. - [exe maker] Support use custom inno setup
script_template. #69 - [exe maker] Support use custom installDirName. #67
- [exe maker] Add installer
setupIconFile,privilegesRequiredoptions (#79) - [exe maker] Set to default 64-bit mode #81
0.2.2 #
- Support custom
artifact_name&channel. - fix build_args map entries value may null #64
- Add dart-define
FLUTTER_BUILD_NAMEandFLUTTER_BUILD_NUMBERwhen building #65 artifactNameaddsbuild_name&build_numbervariables #66
0.2.0 #
- Add
appcenterpublisher. #13 - Fix apk, ipa makers copy wrong files #55
0.1.9 #
- [exe maker] MakeExeConfig Add
executable_namefield - [exe maker] MakeExeConfig Add
display_namefield - [exe maker] MakeExeConfig Add
create_desktop_iconfield - [exe maker] MakeExeConfig Add
install_dir_namefield - [exe maker] MakeExeConfig Add
localesfield - [exe maker] Support chinese #57 #58
- Add msix maker
0.1.8 #
- [aab maker] support flavor arg #46
- Add
appstorepublisher. #45
0.1.7 #
- Change parameter
cleanOnceBeforeBuildtocleanBeforeBuild - Changed to only clean once before build #41
0.1.6 #
PowerShellsupport.- Fix the problem of broken files after uploading.
0.1.5 #
- Add
firebasepublisher. - Add
githubpublisher.
0.1.4 #
- Add
--versionflag. - Add
qiniupublisher. - #21 Add
--jobsand--skip-jobsoption toreleasecommand. - #22
zipmaker supports web platform.
0.1.3 #
- #12 Add
--skip-cleanflag topackageandreleasecommands. - Optimize
exemaker (UsingInno Setup).
0.1.2 #
dart-definearg support multi values.- Remove
console_barsand Replace toProgressBar.
0.1.0 #
- First release.