flutter_distributor 0.4.6  flutter_distributor: ^0.4.6 copied to clipboard
flutter_distributor: ^0.4.6 copied to clipboard
A complete tool for packaging and publishing your Flutter apps.
0.4.6 #
- fix: fix build rpm on linux arm64 error (#204)
- feat: Use GitHub Actions environment variables as fallback when custom variables are not defined (#217)
- fix: Resolve GooglePlay publishing error (status: 400, message: "This edit has already been committed") (#214)
- feat: Show version check progress in CLI (#218)
- fix: AppImage release fails due to incorrect filename case (should be AppImage not appimage) (#221)
- feat: artifact_nametemplate now supportshas_build_numbervariable (#232)
- fix: AppImage mimetype is null (#248)
- fix: can not set icon file when packaging windows exe (#246)
0.4.5 #
- bump shell_executorto 0.1.6
- fix: don't block rpm build if metainfo not found (#202)
- chore: Support third-party pub mirror sources #201
- [FEAT] Add support for Pacman (Arch Linux) (#198)
0.4.4 #
- fix: Fixed android builder not supporting flavor as upper case. (#197)
- feat: macOS builder support flavor arg. (#196)
- [Linux] Add MimeType for appimage and metainfo file support (#195)
- Support set track for playstore deployment (#185)
0.4.3 #
- Fix the issue of garbled text in parseAppPackage on macOS.
0.4.2 #
- some fixes
0.4.1 #
- [playstore] - Replace GOOGLE_APPLICATION_CREDENTIALStoPLAYSTORE_CREDENTIALS
0.4.0 #
- fix failure to parse Property List Binaryformat
0.3.9 #
- fix: Can't decode gbk encoding issue #131
0.3.8 #
- bump archiveto 3.4.10
0.3.7 #
- fix: Unhandled exception Null check operator used on a null value #159
- Use correct architecture when making deb #150
0.3.6 #
- bump shell_executorto 0.1.5
- bump msixto 3.16.6
- bump dioto 5.3.4
- bump googleapisto 9.1.0
- fix: windows build failing due to invalid path in Flutter v3.15.0+ #149
0.3.5 #
- [deb-maker] Supports custom binary name
0.3.4 #
- bump shell_executorto 0.1.4
- Supports custom FLUTTER_ROOTenvironment variable.
- Support defining environment variables in releases and jobs.
0.3.3 #
- [apk-builer] fix apk not found
0.3.2 #
- Update dart sdk version to ">=2.16.0 <4.0.0"
- feat: compress macOS app with 7zip
- [dmg-maker] Rename backgroundColortobackground-colorinMakeDmgConfig
- [dmg-maker] fix: fix make_dmg_config lost
- [deb-maker] Fixes #117 install and uninstall errors (#121)
- fix(docs): fix exe make_config.yaml example error
- chore: Optimize msix maker
0.3.1 #
- Add directmaker
- [rpm] fix lib/*.so rpath before packaging (#110)
- feat:fix appdmg “icon-size” Specification。 (#113)
- Add firebase-hostingpublisher.
- Add vercelpublisher.
- Modify the publishmethod to acceptFileSystemEntityinstead of justFile
- Add the workingDirectoryparameter to theDefaultShellExecutorand related classes.
- Bump shell_executorto 0.1.2.
0.3.0 #
- bump flutter to 3.7
- [exe] add template support for all innosetup 6.x default languages (#102)
- Improve command usability (help texts, null checks, misc) (#106)
- apk & app maker support profile mode.
- flutter_distributor command add version-check flag
- [AppImage] Use appimagetool to bundle AppImage (#109)
- Refactor flutter_distributor
0.2.8 #
- fix iOS builder adds export build argument check error
0.2.7 #
- Feat: Linux RPM packaging support (#101)
- iOS builder adds export build argument check
0.2.6 #
- [maker-zip] remove packagingDirectory after make
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
- artifactNameadds- build_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.