-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
23 changed files
with
167 additions
and
112 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
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.3.0 | ||
|
||
* Update a dependency to the latest release. | ||
|
||
## 0.2.5 | ||
|
||
* Version number upgrade to 0.2.5 | ||
|
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,14 +1,13 @@ | ||
name: app_package_publisher | ||
description: App package publisher | ||
version: 0.2.5 | ||
version: 0.3.0 | ||
homepage: https://github.com/leanflutter/flutter_distributor | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
pubspec_parse: ^1.1.0 | ||
shell_executor: ^0.1.0 | ||
|
||
shell_executor: ^0.1.1 | ||
dev_dependencies: | ||
dependency_validator: ^3.0.0 |
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
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,19 +1,18 @@ | ||
name: flutter_app_packager | ||
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line. | ||
version: 0.2.9 | ||
version: 0.3.0 | ||
homepage: https://github.com/leanflutter/flutter_distributor | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
app_package_maker: ^0.2.5 | ||
app_package_maker: ^0.3.0 | ||
archive: ^3.1.5 | ||
glob: ^2.1.1 | ||
io: ^1.0.3 | ||
liquid_engine: ^0.2.2 | ||
path: ^1.8.1 | ||
shell_executor: ^0.1.0 | ||
|
||
shell_executor: ^0.1.1 | ||
dev_dependencies: | ||
dependency_validator: ^3.0.0 |
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.3.0 | ||
|
||
* Update a dependency to the latest release. | ||
|
||
## 0.2.5 | ||
|
||
* Use `shell_executor` to execute commands | ||
|
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,19 +1,18 @@ | ||
name: flutter_app_publisher | ||
description: Flutter app publisher | ||
version: 0.2.5 | ||
version: 0.3.0 | ||
homepage: https://github.com/leanflutter/flutter_distributor | ||
|
||
environment: | ||
sdk: ">=2.12.0 <3.0.0" | ||
|
||
dependencies: | ||
app_package_publisher: ^0.2.5 | ||
app_package_publisher: ^0.3.0 | ||
dio: ^4.0.4 | ||
googleapis: ^8.1.0 | ||
googleapis_auth: ^1.3.0 | ||
parse_app_package: ^0.2.3 | ||
parse_app_package: ^0.3.0 | ||
qiniu_sdk_base: ^0.3.2 | ||
shell_executor: ^0.1.0 | ||
|
||
shell_executor: ^0.1.1 | ||
dev_dependencies: | ||
dependency_validator: ^3.0.0 |
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
Oops, something went wrong.