-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
72 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.2.0 | ||
|
||
* Fix apk maker copy wrong files #55 | ||
|
||
## 0.1.0 | ||
|
||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
name: app_package_maker_apk | ||
description: Create a apk package for your app. | ||
version: 0.1.3 | ||
version: 0.2.0 | ||
homepage: https://github.com/leanflutter/flutter_distributor | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
app_package_maker: ^0.1.3 | ||
|
||
# dependency_overrides: | ||
# app_package_maker: | ||
# path: ../app_package_maker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.2.0 | ||
|
||
* Fix ipa maker copy wrong files #55 | ||
|
||
## 0.1.0 | ||
|
||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
name: app_package_maker_ipa | ||
description: Create a ipa package for your app. | ||
version: 0.1.3 | ||
version: 0.2.0 | ||
homepage: https://github.com/leanflutter/flutter_distributor | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
app_package_maker: ^0.1.3 | ||
|
||
# dependency_overrides: | ||
# app_package_maker: | ||
# path: ../app_package_maker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
## 0.2.0 | ||
|
||
* Fix apk, ipa makers copy wrong files #55 | ||
|
||
## 0.1.9 | ||
|
||
- [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 | ||
* [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 | ||
|
||
## 0.1.8 | ||
|
||
- [aab maker] support flavor arg #46 | ||
* [aab maker] support flavor arg #46 | ||
|
||
## 0.1.6 | ||
|
||
- `PowerShell` support. | ||
* `PowerShell` support. | ||
|
||
## 0.1.4 | ||
|
||
- #22 zip maker supports web platform. | ||
* #22 zip maker supports web platform. | ||
|
||
## 0.1.0 | ||
|
||
- First release. | ||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
## 0.2.0 | ||
|
||
* Add `appcenter` publisher. #13 | ||
|
||
## 0.1.8 | ||
|
||
- Add `appstore` publisher. #45 | ||
* Add `appstore` publisher. #45 | ||
|
||
## 0.1.6 | ||
|
||
- Fix the problem of broken files after uploading. | ||
* Fix the problem of broken files after uploading. | ||
|
||
## 0.1.5 | ||
|
||
- Add `firebase` publisher. | ||
- Add `github` publisher. | ||
* Add `firebase` publisher. | ||
* Add `github` publisher. | ||
|
||
## 0.1.4 | ||
|
||
- Add `qiniu` publisher. | ||
* Add `qiniu` publisher. | ||
|
||
## 0.1.0 | ||
|
||
- First release. | ||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,55 @@ | ||
## 0.2.0 | ||
|
||
* Add `appcenter` publisher. #13 | ||
* Fix apk, ipa makers copy wrong files #55 | ||
|
||
## 0.1.9 | ||
|
||
- [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 | ||
* [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 | ||
|
||
## 0.1.8 | ||
|
||
- [aab maker] support flavor arg #46 | ||
- Add `appstore` publisher. #45 | ||
* [aab maker] support flavor arg #46 | ||
* Add `appstore` publisher. #45 | ||
|
||
## 0.1.7 | ||
|
||
- Change parameter `cleanOnceBeforeBuild` to `cleanBeforeBuild` | ||
- Changed to only clean once before build #41 | ||
* Change parameter `cleanOnceBeforeBuild` to `cleanBeforeBuild` | ||
* Changed to only clean once before build #41 | ||
|
||
## 0.1.6 | ||
|
||
- `PowerShell` support. | ||
- Fix the problem of broken files after uploading. | ||
* `PowerShell` support. | ||
* Fix the problem of broken files after uploading. | ||
|
||
## 0.1.5 | ||
|
||
- Add `firebase` publisher. | ||
- Add `github` publisher. | ||
* Add `firebase` publisher. | ||
* Add `github` publisher. | ||
|
||
## 0.1.4 | ||
|
||
- Add `--version` flag. | ||
- Add `qiniu` publisher. | ||
- #21 Add `--jobs` and `--skip-jobs` option to `release` command. | ||
- #22 `zip` maker supports web platform. | ||
* Add `--version` flag. | ||
* Add `qiniu` publisher. | ||
* #21 Add `--jobs` and `--skip-jobs` option to `release` command. | ||
* #22 `zip` maker supports web platform. | ||
|
||
## 0.1.3 | ||
|
||
- #12 Add `--skip-clean` flag to `package` and `release` commands. | ||
- Optimize `exe` maker (Using `Inno Setup`). | ||
* #12 Add `--skip-clean` flag to `package` and `release` commands. | ||
* Optimize `exe` maker (Using `Inno Setup`). | ||
|
||
## 0.1.2 | ||
|
||
- `dart-define` arg support multi values. | ||
- Remove `console_bars` and Replace to `ProgressBar`. | ||
* `dart-define` arg support multi values. | ||
* Remove `console_bars` and Replace to `ProgressBar`. | ||
|
||
## 0.1.0 | ||
|
||
- First release. | ||
* First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters