-
-
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
17 changed files
with
333 additions
and
131 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.dart_tool/ | ||
.packages | ||
build/ | ||
pubspec.lock # Except for application packages |
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 |
---|---|---|
@@ -0,0 +1,166 @@ | ||
# Generated by pub | ||
# See https://dart.dev/tools/pub/glossary#lockfile | ||
packages: | ||
app_package_parser: | ||
dependency: "direct overridden" | ||
description: | ||
path: "../app_package_parser" | ||
relative: true | ||
source: path | ||
version: "0.1.3" | ||
app_package_parser_apk: | ||
dependency: "direct overridden" | ||
description: | ||
path: "../app_package_parser_apk" | ||
relative: true | ||
source: path | ||
version: "0.1.3" | ||
app_package_parser_ipa: | ||
dependency: "direct overridden" | ||
description: | ||
path: "../app_package_parser_ipa" | ||
relative: true | ||
source: path | ||
version: "0.1.3" | ||
app_package_publisher: | ||
dependency: "direct main" | ||
description: | ||
path: "../app_package_publisher" | ||
relative: true | ||
source: path | ||
version: "0.1.5" | ||
archive: | ||
dependency: transitive | ||
description: | ||
name: archive | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "3.2.2" | ||
args: | ||
dependency: transitive | ||
description: | ||
name: args | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.3.0" | ||
charcode: | ||
dependency: transitive | ||
description: | ||
name: charcode | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.3.1" | ||
checked_yaml: | ||
dependency: transitive | ||
description: | ||
name: checked_yaml | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.0.1" | ||
collection: | ||
dependency: transitive | ||
description: | ||
name: collection | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.16.0" | ||
crypto: | ||
dependency: transitive | ||
description: | ||
name: crypto | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "3.0.1" | ||
json_annotation: | ||
dependency: transitive | ||
description: | ||
name: json_annotation | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "4.4.0" | ||
meta: | ||
dependency: transitive | ||
description: | ||
name: meta | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.7.0" | ||
parse_app_package: | ||
dependency: "direct main" | ||
description: | ||
path: "../parse_app_package" | ||
relative: true | ||
source: path | ||
version: "0.1.3" | ||
path: | ||
dependency: transitive | ||
description: | ||
name: path | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.8.1" | ||
petitparser: | ||
dependency: transitive | ||
description: | ||
name: petitparser | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "5.0.0" | ||
pub_semver: | ||
dependency: transitive | ||
description: | ||
name: pub_semver | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "2.1.1" | ||
pubspec_parse: | ||
dependency: transitive | ||
description: | ||
name: pubspec_parse | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.2.0" | ||
source_span: | ||
dependency: transitive | ||
description: | ||
name: source_span | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.8.2" | ||
string_scanner: | ||
dependency: transitive | ||
description: | ||
name: string_scanner | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.1.0" | ||
term_glyph: | ||
dependency: transitive | ||
description: | ||
name: term_glyph | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.2.0" | ||
typed_data: | ||
dependency: transitive | ||
description: | ||
name: typed_data | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "1.3.0" | ||
xml: | ||
dependency: transitive | ||
description: | ||
name: xml | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "5.4.1" | ||
yaml: | ||
dependency: transitive | ||
description: | ||
name: yaml | ||
url: "https://pub.dartlang.org" | ||
source: hosted | ||
version: "3.1.0" | ||
sdks: | ||
dart: ">=2.16.0 <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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.1.8 | ||
|
||
- [aab maker] support flavor arg #46 | ||
|
||
## 0.1.6 | ||
|
||
- `PowerShell` support. | ||
|
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.1.8 | ||
|
||
- Add `appstore` publisher. #45 | ||
|
||
## 0.1.6 | ||
|
||
- Fix the problem of broken files after uploading. | ||
|
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.