-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
ac6ba2c
commit e2cb1d6
Showing
7 changed files
with
615 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -4,12 +4,9 @@ | |
.packages | ||
.pub/ | ||
|
||
Podfile.lock | ||
|
||
build/ | ||
*.iml | ||
|
||
.idea | ||
pubspec.lock | ||
|
||
doc/ |
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,42 @@ | ||
PODS: | ||
- Flutter (1.0.0) | ||
- in_app_purchase_storekit (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- Nami (3.2.2) | ||
- nami_flutter (3.2.2): | ||
- Flutter | ||
- Nami (= 3.2.2) | ||
- uni_links (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- Flutter (from `Flutter`) | ||
- in_app_purchase_storekit (from `.symlinks/plugins/in_app_purchase_storekit/darwin`) | ||
- nami_flutter (from `.symlinks/plugins/nami_flutter/ios`) | ||
- uni_links (from `.symlinks/plugins/uni_links/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Nami | ||
|
||
EXTERNAL SOURCES: | ||
Flutter: | ||
:path: Flutter | ||
in_app_purchase_storekit: | ||
:path: ".symlinks/plugins/in_app_purchase_storekit/darwin" | ||
nami_flutter: | ||
:path: ".symlinks/plugins/nami_flutter/ios" | ||
uni_links: | ||
:path: ".symlinks/plugins/uni_links/ios" | ||
|
||
SPEC CHECKSUMS: | ||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 | ||
in_app_purchase_storekit: 8c3b0b3eb1b0f04efbff401c3de6266d4258d433 | ||
Nami: c795d44b82d13716f877bef81488c7dbd2e8812d | ||
nami_flutter: 7c631a559da38131b221c3dcf5d3b71d12483dab | ||
uni_links: d97da20c7701486ba192624d99bffaaffcfc298a | ||
|
||
PODFILE CHECKSUM: 9e4fde382aebf4451d38cc0735992d6842c79536 | ||
|
||
COCOAPODS: 1.15.2 |
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,297 @@ | ||
# Generated by pub | ||
# See https://dart.dev/tools/pub/glossary#lockfile | ||
packages: | ||
async: | ||
dependency: transitive | ||
description: | ||
name: async | ||
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.11.0" | ||
boolean_selector: | ||
dependency: transitive | ||
description: | ||
name: boolean_selector | ||
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.1" | ||
characters: | ||
dependency: transitive | ||
description: | ||
name: characters | ||
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.0" | ||
clock: | ||
dependency: transitive | ||
description: | ||
name: clock | ||
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.1.1" | ||
collection: | ||
dependency: transitive | ||
description: | ||
name: collection | ||
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.18.0" | ||
cupertino_icons: | ||
dependency: "direct main" | ||
description: | ||
name: cupertino_icons | ||
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.0.8" | ||
fake_async: | ||
dependency: transitive | ||
description: | ||
name: fake_async | ||
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.3.1" | ||
flutter: | ||
dependency: "direct main" | ||
description: flutter | ||
source: sdk | ||
version: "0.0.0" | ||
flutter_lints: | ||
dependency: "direct dev" | ||
description: | ||
name: flutter_lints | ||
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.0.3" | ||
flutter_test: | ||
dependency: "direct dev" | ||
description: flutter | ||
source: sdk | ||
version: "0.0.0" | ||
flutter_web_plugins: | ||
dependency: transitive | ||
description: flutter | ||
source: sdk | ||
version: "0.0.0" | ||
in_app_purchase: | ||
dependency: "direct main" | ||
description: | ||
name: in_app_purchase | ||
sha256: "960f26a08d9351fb8f89f08901f8a829d41b04d45a694b8f776121d9e41dcad6" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.2.0" | ||
in_app_purchase_android: | ||
dependency: "direct main" | ||
description: | ||
name: in_app_purchase_android | ||
sha256: f26ca0bd50cd25b5bc832bd86f2a99e5959b3f9ad87ecbd4a28571495cb388a7 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.3.6+6" | ||
in_app_purchase_platform_interface: | ||
dependency: transitive | ||
description: | ||
name: in_app_purchase_platform_interface | ||
sha256: "1d353d38251da5b9fea6635c0ebfc6bb17a2d28d0e86ea5e083bf64244f1fb4c" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.4.0" | ||
in_app_purchase_storekit: | ||
dependency: "direct main" | ||
description: | ||
name: in_app_purchase_storekit | ||
sha256: "28a0577d9f4a5bdfb7aad96c347193e1225cc335c8003fbb98b875a67dab34cc" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.3.17+3" | ||
json_annotation: | ||
dependency: transitive | ||
description: | ||
name: json_annotation | ||
sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "4.9.0" | ||
leak_tracker: | ||
dependency: transitive | ||
description: | ||
name: leak_tracker | ||
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "10.0.5" | ||
leak_tracker_flutter_testing: | ||
dependency: transitive | ||
description: | ||
name: leak_tracker_flutter_testing | ||
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.0.5" | ||
leak_tracker_testing: | ||
dependency: transitive | ||
description: | ||
name: leak_tracker_testing | ||
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "3.0.1" | ||
lints: | ||
dependency: transitive | ||
description: | ||
name: lints | ||
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.1" | ||
matcher: | ||
dependency: transitive | ||
description: | ||
name: matcher | ||
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.12.16+1" | ||
material_color_utilities: | ||
dependency: transitive | ||
description: | ||
name: material_color_utilities | ||
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.11.1" | ||
meta: | ||
dependency: transitive | ||
description: | ||
name: meta | ||
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.15.0" | ||
nami_flutter: | ||
dependency: "direct main" | ||
description: | ||
path: "../.." | ||
relative: true | ||
source: path | ||
version: "3.2.2" | ||
path: | ||
dependency: transitive | ||
description: | ||
name: path | ||
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.9.0" | ||
plugin_platform_interface: | ||
dependency: transitive | ||
description: | ||
name: plugin_platform_interface | ||
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.8" | ||
sky_engine: | ||
dependency: transitive | ||
description: flutter | ||
source: sdk | ||
version: "0.0.99" | ||
source_span: | ||
dependency: transitive | ||
description: | ||
name: source_span | ||
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.10.0" | ||
stack_trace: | ||
dependency: transitive | ||
description: | ||
name: stack_trace | ||
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.11.1" | ||
stream_channel: | ||
dependency: transitive | ||
description: | ||
name: stream_channel | ||
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.2" | ||
string_scanner: | ||
dependency: transitive | ||
description: | ||
name: string_scanner | ||
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.2.0" | ||
term_glyph: | ||
dependency: transitive | ||
description: | ||
name: term_glyph | ||
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.2.1" | ||
test_api: | ||
dependency: transitive | ||
description: | ||
name: test_api | ||
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.7.2" | ||
uni_links: | ||
dependency: "direct main" | ||
description: | ||
name: uni_links | ||
sha256: "051098acfc9e26a9fde03b487bef5d3d228ca8f67693480c6f33fd4fbb8e2b6e" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.5.1" | ||
uni_links_platform_interface: | ||
dependency: transitive | ||
description: | ||
name: uni_links_platform_interface | ||
sha256: "929cf1a71b59e3b7c2d8a2605a9cf7e0b125b13bc858e55083d88c62722d4507" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "1.0.0" | ||
uni_links_web: | ||
dependency: transitive | ||
description: | ||
name: uni_links_web | ||
sha256: "7539db908e25f67de2438e33cc1020b30ab94e66720b5677ba6763b25f6394df" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "0.1.0" | ||
vector_math: | ||
dependency: transitive | ||
description: | ||
name: vector_math | ||
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "2.1.4" | ||
vm_service: | ||
dependency: transitive | ||
description: | ||
name: vm_service | ||
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc | ||
url: "https://pub.dev" | ||
source: hosted | ||
version: "14.2.4" | ||
sdks: | ||
dart: ">=3.4.0 <4.0.0" | ||
flutter: ">=3.22.0" |
Oops, something went wrong.