Showing
11 changed files
with
366 additions
and
302 deletions
| ... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { | ... | @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) { |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | android { | 34 | android { |
| 35 | - compileSdkVersion 32 | 35 | + compileSdkVersion 33 |
| 36 | buildToolsVersion "32" | 36 | buildToolsVersion "32" |
| 37 | 37 | ||
| 38 | compileOptions { | 38 | compileOptions { | ... | ... |
| ... | @@ -27,7 +27,7 @@ PODS: | ... | @@ -27,7 +27,7 @@ PODS: |
| 27 | - Flutter | 27 | - Flutter |
| 28 | - flutter_native_splash (0.0.1): | 28 | - flutter_native_splash (0.0.1): |
| 29 | - Flutter | 29 | - Flutter |
| 30 | - - flutter_secure_storage (3.3.1): | 30 | + - flutter_secure_storage (6.0.0): |
| 31 | - Flutter | 31 | - Flutter |
| 32 | - flutter_sound (9.2.13): | 32 | - flutter_sound (9.2.13): |
| 33 | - Flutter | 33 | - Flutter |
| ... | @@ -53,6 +53,7 @@ PODS: | ... | @@ -53,6 +53,7 @@ PODS: |
| 53 | - Flutter | 53 | - Flutter |
| 54 | - in_app_purchase_storekit (0.0.1): | 54 | - in_app_purchase_storekit (0.0.1): |
| 55 | - Flutter | 55 | - Flutter |
| 56 | + - FlutterMacOS | ||
| 56 | - integration_test (0.0.1): | 57 | - integration_test (0.0.1): |
| 57 | - Flutter | 58 | - Flutter |
| 58 | - JCore (3.2.5) | 59 | - JCore (3.2.5) |
| ... | @@ -220,7 +221,7 @@ SPEC CHECKSUMS: | ... | @@ -220,7 +221,7 @@ SPEC CHECKSUMS: |
| 220 | flutter_facebook_auth: c69f4e643b1d9cc9063ec87c9411bd9ec268108f | 221 | flutter_facebook_auth: c69f4e643b1d9cc9063ec87c9411bd9ec268108f |
| 221 | flutter_inapp_purchase: 5c6a1ac3f11b11d0c8c0321c0c41c1f05805e4c8 | 222 | flutter_inapp_purchase: 5c6a1ac3f11b11d0c8c0321c0c41c1f05805e4c8 |
| 222 | flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef | 223 | flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef |
| 223 | - flutter_secure_storage: 7953c38a04c3fdbb00571bcd87d8e3b5ceb9daec | 224 | + flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be |
| 224 | flutter_sound: c60effa2a350fb977885f0db2fbc4c1ad5160900 | 225 | flutter_sound: c60effa2a350fb977885f0db2fbc4c1ad5160900 |
| 225 | flutter_sound_core: 26c10e5832e76aaacfae252d8925232281c486ae | 226 | flutter_sound_core: 26c10e5832e76aaacfae252d8925232281c486ae |
| 226 | FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a | 227 | FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a |
| ... | @@ -229,7 +230,7 @@ SPEC CHECKSUMS: | ... | @@ -229,7 +230,7 @@ SPEC CHECKSUMS: |
| 229 | image_cropper: 60c2789d1f1a78c873235d4319ca0c34a69f2d98 | 230 | image_cropper: 60c2789d1f1a78c873235d4319ca0c34a69f2d98 |
| 230 | image_gallery_saver: 259eab68fb271cfd57d599904f7acdc7832e7ef2 | 231 | image_gallery_saver: 259eab68fb271cfd57d599904f7acdc7832e7ef2 |
| 231 | image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb | 232 | image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb |
| 232 | - in_app_purchase_storekit: d7fcf4646136ec258e237872755da8ea6c1b6096 | 233 | + in_app_purchase_storekit: 6b297e2b5eab9fa3251a492d57301722e4132a71 |
| 233 | integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5 | 234 | integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5 |
| 234 | JCore: 4c9febdfdb1a5675ab361bc1f06c0905391d7b23 | 235 | JCore: 4c9febdfdb1a5675ab361bc1f06c0905391d7b23 |
| 235 | JPush: 2caabdb6d62d009bc07a9bd115d03c7c42512b5e | 236 | JPush: 2caabdb6d62d009bc07a9bd115d03c7c42512b5e |
| ... | @@ -252,4 +253,4 @@ SPEC CHECKSUMS: | ... | @@ -252,4 +253,4 @@ SPEC CHECKSUMS: |
| 252 | 253 | ||
| 253 | PODFILE CHECKSUM: 7d714a5ac7fda1315bc261738086cf00fa98c7e3 | 254 | PODFILE CHECKSUM: 7d714a5ac7fda1315bc261738086cf00fa98c7e3 |
| 254 | 255 | ||
| 255 | -COCOAPODS: 1.11.3 | 256 | +COCOAPODS: 1.11.2 | ... | ... |
| ... | @@ -380,14 +380,14 @@ | ... | @@ -380,14 +380,14 @@ |
| 380 | CLANG_ENABLE_MODULES = YES; | 380 | CLANG_ENABLE_MODULES = YES; |
| 381 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | 381 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 382 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 382 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 383 | - DEVELOPMENT_TEAM = FLS6Y2LS7Z; | 383 | + DEVELOPMENT_TEAM = 5PX6JTCZ6G; |
| 384 | ENABLE_BITCODE = NO; | 384 | ENABLE_BITCODE = NO; |
| 385 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; | 385 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; |
| 386 | LD_RUNPATH_SEARCH_PATHS = ( | 386 | LD_RUNPATH_SEARCH_PATHS = ( |
| 387 | "$(inherited)", | 387 | "$(inherited)", |
| 388 | "@executable_path/Frameworks", | 388 | "@executable_path/Frameworks", |
| 389 | ); | 389 | ); |
| 390 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; | 390 | + PRODUCT_BUNDLE_IDENTIFIER = ink.parlando.parlando; |
| 391 | PRODUCT_NAME = "$(TARGET_NAME)"; | 391 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 392 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 392 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 393 | SWIFT_VERSION = 5.0; | 393 | SWIFT_VERSION = 5.0; |
| ... | @@ -509,14 +509,14 @@ | ... | @@ -509,14 +509,14 @@ |
| 509 | CLANG_ENABLE_MODULES = YES; | 509 | CLANG_ENABLE_MODULES = YES; |
| 510 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | 510 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 511 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 511 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 512 | - DEVELOPMENT_TEAM = FLS6Y2LS7Z; | 512 | + DEVELOPMENT_TEAM = 5PX6JTCZ6G; |
| 513 | ENABLE_BITCODE = NO; | 513 | ENABLE_BITCODE = NO; |
| 514 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; | 514 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; |
| 515 | LD_RUNPATH_SEARCH_PATHS = ( | 515 | LD_RUNPATH_SEARCH_PATHS = ( |
| 516 | "$(inherited)", | 516 | "$(inherited)", |
| 517 | "@executable_path/Frameworks", | 517 | "@executable_path/Frameworks", |
| 518 | ); | 518 | ); |
| 519 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; | 519 | + PRODUCT_BUNDLE_IDENTIFIER = ink.parlando.parlando; |
| 520 | PRODUCT_NAME = "$(TARGET_NAME)"; | 520 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 521 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 521 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 522 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | 522 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| ... | @@ -533,14 +533,14 @@ | ... | @@ -533,14 +533,14 @@ |
| 533 | CLANG_ENABLE_MODULES = YES; | 533 | CLANG_ENABLE_MODULES = YES; |
| 534 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; | 534 | CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
| 535 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; | 535 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 536 | - DEVELOPMENT_TEAM = FLS6Y2LS7Z; | 536 | + DEVELOPMENT_TEAM = 5PX6JTCZ6G; |
| 537 | ENABLE_BITCODE = NO; | 537 | ENABLE_BITCODE = NO; |
| 538 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; | 538 | INFOPLIST_FILE = "Runner/Info-$(CONFIGURATION).plist"; |
| 539 | LD_RUNPATH_SEARCH_PATHS = ( | 539 | LD_RUNPATH_SEARCH_PATHS = ( |
| 540 | "$(inherited)", | 540 | "$(inherited)", |
| 541 | "@executable_path/Frameworks", | 541 | "@executable_path/Frameworks", |
| 542 | ); | 542 | ); |
| 543 | - PRODUCT_BUNDLE_IDENTIFIER = pub.yiyan.parlando.Parlando; | 543 | + PRODUCT_BUNDLE_IDENTIFIER = ink.parlando.parlando; |
| 544 | PRODUCT_NAME = "$(TARGET_NAME)"; | 544 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 545 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; | 545 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
| 546 | SWIFT_VERSION = 5.0; | 546 | SWIFT_VERSION = 5.0; | ... | ... |
| ... | @@ -2,12 +2,6 @@ | ... | @@ -2,12 +2,6 @@ |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> | 3 | <plist version="1.0"> |
| 4 | <dict> | 4 | <dict> |
| 5 | - <key>NSLocalNetworkUsageDescription</key> | ||
| 6 | - <string>Allow flutter app</string> | ||
| 7 | - <key>NSBonjourServices</key> | ||
| 8 | - <array> | ||
| 9 | - <string>_dartobservatory._tcp</string> | ||
| 10 | - </array> | ||
| 11 | <key>CFBundleDevelopmentRegion</key> | 5 | <key>CFBundleDevelopmentRegion</key> |
| 12 | <string>$(DEVELOPMENT_LANGUAGE)</string> | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 13 | <key>CFBundleDisplayName</key> | 7 | <key>CFBundleDisplayName</key> |
| ... | @@ -35,6 +29,12 @@ | ... | @@ -35,6 +29,12 @@ |
| 35 | <key>NSAllowsArbitraryLoads</key> | 29 | <key>NSAllowsArbitraryLoads</key> |
| 36 | <true/> | 30 | <true/> |
| 37 | </dict> | 31 | </dict> |
| 32 | + <key>NSBonjourServices</key> | ||
| 33 | + <array> | ||
| 34 | + <string>_dartobservatory._tcp</string> | ||
| 35 | + </array> | ||
| 36 | + <key>NSLocalNetworkUsageDescription</key> | ||
| 37 | + <string>Allow flutter app</string> | ||
| 38 | <key>NSMicrophoneUsageDescription</key> | 38 | <key>NSMicrophoneUsageDescription</key> |
| 39 | <string>打开话筒</string> | 39 | <string>打开话筒</string> |
| 40 | <key>UILaunchStoryboardName</key> | 40 | <key>UILaunchStoryboardName</key> | ... | ... |
| 1 | +import 'dart:async'; | ||
| 2 | + | ||
| 1 | import 'package:flutter/material.dart'; | 3 | import 'package:flutter/material.dart'; |
| 2 | import 'package:flutter_easyloading/flutter_easyloading.dart'; | 4 | import 'package:flutter_easyloading/flutter_easyloading.dart'; |
| 3 | 5 | ||
| 4 | abstract class BaseState<T extends StatefulWidget> extends State<T> { | 6 | abstract class BaseState<T extends StatefulWidget> extends State<T> { |
| 5 | bool _isFirstBuild = true; | 7 | bool _isFirstBuild = true; |
| 8 | + List<Timer> delayTimers = []; | ||
| 6 | 9 | ||
| 7 | @override | 10 | @override |
| 8 | Widget build(BuildContext context) { | 11 | Widget build(BuildContext context) { |
| ... | @@ -13,6 +16,11 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> { | ... | @@ -13,6 +16,11 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> { |
| 13 | return buildBody(context); | 16 | return buildBody(context); |
| 14 | } | 17 | } |
| 15 | 18 | ||
| 19 | + postDelay(VoidCallback fn, int delayTime) { | ||
| 20 | + var delayTimer = Timer(Duration(milliseconds: delayTime), fn); | ||
| 21 | + delayTimers.add(delayTimer); | ||
| 22 | + } | ||
| 23 | + | ||
| 16 | Widget buildBody(BuildContext context); | 24 | Widget buildBody(BuildContext context); |
| 17 | 25 | ||
| 18 | void onFirstBuildBody(BuildContext context) {} | 26 | void onFirstBuildBody(BuildContext context) {} |
| ... | @@ -32,4 +40,12 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> { | ... | @@ -32,4 +40,12 @@ abstract class BaseState<T extends StatefulWidget> extends State<T> { |
| 32 | Widget buildLoading() { | 40 | Widget buildLoading() { |
| 33 | return const Center(child: CircularProgressIndicator()); | 41 | return const Center(child: CircularProgressIndicator()); |
| 34 | } | 42 | } |
| 43 | + | ||
| 44 | + @override | ||
| 45 | + void dispose() { | ||
| 46 | + super.dispose(); | ||
| 47 | + for (var element in delayTimers) { | ||
| 48 | + element.cancel(); | ||
| 49 | + } | ||
| 50 | + } | ||
| 35 | } | 51 | } | ... | ... |
| ... | @@ -68,6 +68,10 @@ MembershipData $MembershipDataFromJson(Map<String, dynamic> json) { | ... | @@ -68,6 +68,10 @@ MembershipData $MembershipDataFromJson(Map<String, dynamic> json) { |
| 68 | if (videoCover != null) { | 68 | if (videoCover != null) { |
| 69 | membershipData.videoCover = videoCover; | 69 | membershipData.videoCover = videoCover; |
| 70 | } | 70 | } |
| 71 | + final String? expireVipAt = jsonConvert.convert<String>(json['expire_vip_time']); | ||
| 72 | + if (videoCover != null) { | ||
| 73 | + membershipData.expireVipAt = expireVipAt; | ||
| 74 | + } | ||
| 71 | final String? terminal = jsonConvert.convert<String>(json['terminal']); | 75 | final String? terminal = jsonConvert.convert<String>(json['terminal']); |
| 72 | if (terminal != null) { | 76 | if (terminal != null) { |
| 73 | membershipData.terminal = terminal; | 77 | membershipData.terminal = terminal; |
| ... | @@ -105,6 +109,7 @@ Map<String, dynamic> $MembershipDataToJson(MembershipData entity) { | ... | @@ -105,6 +109,7 @@ Map<String, dynamic> $MembershipDataToJson(MembershipData entity) { |
| 105 | data['bg_images'] = entity.bgImages; | 109 | data['bg_images'] = entity.bgImages; |
| 106 | data['video_url'] = entity.videoUrl; | 110 | data['video_url'] = entity.videoUrl; |
| 107 | data['video_cover'] = entity.videoCover; | 111 | data['video_cover'] = entity.videoCover; |
| 112 | + data['expire_vip_time'] = entity.expireVipAt; | ||
| 108 | data['terminal'] = entity.terminal; | 113 | data['terminal'] = entity.terminal; |
| 109 | data['state'] = entity.state; | 114 | data['state'] = entity.state; |
| 110 | data['created_at'] = entity.createdAt; | 115 | data['created_at'] = entity.createdAt; | ... | ... |
| ... | @@ -42,6 +42,8 @@ class MembershipData { | ... | @@ -42,6 +42,8 @@ class MembershipData { |
| 42 | String? createdAt; | 42 | String? createdAt; |
| 43 | @JSONField(name: "updated_at") | 43 | @JSONField(name: "updated_at") |
| 44 | String? updatedAt; | 44 | String? updatedAt; |
| 45 | + @JSONField(name: "expire_vip_time") | ||
| 46 | + String? expireVipAt; | ||
| 45 | @JSONField(name: "is_vip") | 47 | @JSONField(name: "is_vip") |
| 46 | int? isVip; | 48 | int? isVip; |
| 47 | @JSONField(name: "goods_list") | 49 | @JSONField(name: "goods_list") | ... | ... |
| ... | @@ -41,12 +41,20 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -41,12 +41,20 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
| 41 | super.initState(); | 41 | super.initState(); |
| 42 | PaymentSdk.instance.initState(onPaySuccess: () { | 42 | PaymentSdk.instance.initState(onPaySuccess: () { |
| 43 | hideLoading(); | 43 | hideLoading(); |
| 44 | + toast("购买成功, 请等待订阅生效"); | ||
| 45 | + postDelay(() { | ||
| 46 | + refreshData(); | ||
| 47 | + }, 1000); | ||
| 48 | + print("onPaySuccess"); | ||
| 44 | }, onCancel: () { | 49 | }, onCancel: () { |
| 45 | hideLoading(); | 50 | hideLoading(); |
| 51 | + print("onCancel"); | ||
| 46 | }, onFailed: () { | 52 | }, onFailed: () { |
| 47 | hideLoading(); | 53 | hideLoading(); |
| 54 | + print("onFailed"); | ||
| 48 | }, onPending: () { | 55 | }, onPending: () { |
| 49 | - toast("订单Pending"); | 56 | + showLoading(); |
| 57 | + print("onPending"); | ||
| 50 | }); | 58 | }); |
| 51 | PaymentSdk.instance.queryProducts().then((value) { | 59 | PaymentSdk.instance.queryProducts().then((value) { |
| 52 | _products.clear(); | 60 | _products.clear(); |
| ... | @@ -54,14 +62,18 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -54,14 +62,18 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
| 54 | setState(() {}); | 62 | setState(() {}); |
| 55 | }); | 63 | }); |
| 56 | if (SpUtil.containsKey(Constant.userToken)!) { | 64 | if (SpUtil.containsKey(Constant.userToken)!) { |
| 57 | - showLoading(); | 65 | + refreshData(); |
| 58 | - Provider.of<MembershipViewProvider>(context, listen: false).setSelectedMembership(null); | ||
| 59 | - Provider.of<MembershipViewProvider>(context, listen: false).fetchMembershipData('0'); | ||
| 60 | } else { | 66 | } else { |
| 61 | NavigatorUtils.push(context, LoginRouter.loginPage, replace: true); | 67 | NavigatorUtils.push(context, LoginRouter.loginPage, replace: true); |
| 62 | } | 68 | } |
| 63 | } | 69 | } |
| 64 | 70 | ||
| 71 | + void refreshData() { | ||
| 72 | + showLoading(); | ||
| 73 | + Provider.of<MembershipViewProvider>(context, listen: false).setSelectedMembership(null); | ||
| 74 | + Provider.of<MembershipViewProvider>(context, listen: false).fetchMembershipData('0'); | ||
| 75 | + } | ||
| 76 | + | ||
| 65 | @override | 77 | @override |
| 66 | Widget buildBody(BuildContext context) { | 78 | Widget buildBody(BuildContext context) { |
| 67 | ///响应数据 | 79 | ///响应数据 |
| ... | @@ -120,7 +132,7 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -120,7 +132,7 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
| 120 | children: [ | 132 | children: [ |
| 121 | Text(mb?.title ?? "一言会员", style: TextStyle(fontSize: 18.px, color: Colors.white)), | 133 | Text(mb?.title ?? "一言会员", style: TextStyle(fontSize: 18.px, color: Colors.white)), |
| 122 | Gaps.vGap24, | 134 | Gaps.vGap24, |
| 123 | - mb?.goodsList?.isNotEmpty == true ? buildProductWidget(mb) : const GFLoader(), | 135 | + mb?.goodsList?.isNotEmpty == true ? buildProductWidget(mb) : buildLoadingOrSuccess(mb), |
| 124 | Gaps.vGap24, | 136 | Gaps.vGap24, |
| 125 | Text(mb?.intro ?? "一言介绍", style: TextStyle(fontSize: 14.px, color: Colors.white)), | 137 | Text(mb?.intro ?? "一言介绍", style: TextStyle(fontSize: 14.px, color: Colors.white)), |
| 126 | Gaps.vGap10, | 138 | Gaps.vGap10, |
| ... | @@ -208,7 +220,10 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -208,7 +220,10 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
| 208 | ), | 220 | ), |
| 209 | Container(width: 0.6, height: 15.0, color: Colours.line), | 221 | Container(width: 0.6, height: 15.0, color: Colours.line), |
| 210 | TextButton( | 222 | TextButton( |
| 211 | - onPressed: () {}, | 223 | + onPressed: () { |
| 224 | + PaymentSdk.instance.restore(); | ||
| 225 | + showLoading(); | ||
| 226 | + }, | ||
| 212 | child: Text( | 227 | child: Text( |
| 213 | "恢复购买", | 228 | "恢复购买", |
| 214 | style: TextStyle(fontSize: 14.px, color: Colors.white), | 229 | style: TextStyle(fontSize: 14.px, color: Colors.white), |
| ... | @@ -223,4 +238,22 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -223,4 +238,22 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
| 223 | PaymentSdk.instance.dispose(); | 238 | PaymentSdk.instance.dispose(); |
| 224 | super.dispose(); | 239 | super.dispose(); |
| 225 | } | 240 | } |
| 241 | + | ||
| 242 | + buildLoadingOrSuccess(MembershipData? mb) { | ||
| 243 | + if (mb?.isVip == 1) { | ||
| 244 | + return Column( | ||
| 245 | + children: [ | ||
| 246 | + Text( | ||
| 247 | + "过期时间:", | ||
| 248 | + style: TextStyle(fontSize: 14.px, color: Colors.white), | ||
| 249 | + ), | ||
| 250 | + Text( | ||
| 251 | + mb?.expireVipAt ?? "", | ||
| 252 | + style: TextStyle(fontSize: 14.px, color: Colors.white), | ||
| 253 | + ) | ||
| 254 | + ], | ||
| 255 | + ); | ||
| 256 | + } | ||
| 257 | + return const GFLoader(); | ||
| 258 | + } | ||
| 226 | } | 259 | } | ... | ... |
| ... | @@ -109,7 +109,7 @@ class PaymentSdk { | ... | @@ -109,7 +109,7 @@ class PaymentSdk { |
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | bool _isConsumable(ProductDetails details) { | 111 | bool _isConsumable(ProductDetails details) { |
| 112 | - return true; | 112 | + return false; |
| 113 | } | 113 | } |
| 114 | 114 | ||
| 115 | void restore() { | 115 | void restore() { | ... | ... |
| ... | @@ -5,14 +5,14 @@ packages: | ... | @@ -5,14 +5,14 @@ packages: |
| 5 | dependency: transitive | 5 | dependency: transitive |
| 6 | description: | 6 | description: |
| 7 | name: _fe_analyzer_shared | 7 | name: _fe_analyzer_shared |
| 8 | - url: "https://pub.dartlang.org" | 8 | + url: "https://pub.flutter-io.cn" |
| 9 | source: hosted | 9 | source: hosted |
| 10 | version: "47.0.0" | 10 | version: "47.0.0" |
| 11 | analyzer: | 11 | analyzer: |
| 12 | dependency: transitive | 12 | dependency: transitive |
| 13 | description: | 13 | description: |
| 14 | name: analyzer | 14 | name: analyzer |
| 15 | - url: "https://pub.dartlang.org" | 15 | + url: "https://pub.flutter-io.cn" |
| 16 | source: hosted | 16 | source: hosted |
| 17 | version: "4.7.0" | 17 | version: "4.7.0" |
| 18 | animated_radial_menu: | 18 | animated_radial_menu: |
| ... | @@ -26,364 +26,364 @@ packages: | ... | @@ -26,364 +26,364 @@ packages: |
| 26 | dependency: transitive | 26 | dependency: transitive |
| 27 | description: | 27 | description: |
| 28 | name: archive | 28 | name: archive |
| 29 | - url: "https://pub.dartlang.org" | 29 | + url: "https://pub.flutter-io.cn" |
| 30 | source: hosted | 30 | source: hosted |
| 31 | version: "3.3.0" | 31 | version: "3.3.0" |
| 32 | args: | 32 | args: |
| 33 | dependency: transitive | 33 | dependency: transitive |
| 34 | description: | 34 | description: |
| 35 | name: args | 35 | name: args |
| 36 | - url: "https://pub.dartlang.org" | 36 | + url: "https://pub.flutter-io.cn" |
| 37 | source: hosted | 37 | source: hosted |
| 38 | version: "2.3.1" | 38 | version: "2.3.1" |
| 39 | async: | 39 | async: |
| 40 | dependency: transitive | 40 | dependency: transitive |
| 41 | description: | 41 | description: |
| 42 | name: async | 42 | name: async |
| 43 | - url: "https://pub.dartlang.org" | 43 | + url: "https://pub.flutter-io.cn" |
| 44 | source: hosted | 44 | source: hosted |
| 45 | version: "2.9.0" | 45 | version: "2.9.0" |
| 46 | boolean_selector: | 46 | boolean_selector: |
| 47 | dependency: transitive | 47 | dependency: transitive |
| 48 | description: | 48 | description: |
| 49 | name: boolean_selector | 49 | name: boolean_selector |
| 50 | - url: "https://pub.dartlang.org" | 50 | + url: "https://pub.flutter-io.cn" |
| 51 | source: hosted | 51 | source: hosted |
| 52 | version: "2.1.0" | 52 | version: "2.1.0" |
| 53 | build: | 53 | build: |
| 54 | dependency: transitive | 54 | dependency: transitive |
| 55 | description: | 55 | description: |
| 56 | name: build | 56 | name: build |
| 57 | - url: "https://pub.dartlang.org" | 57 | + url: "https://pub.flutter-io.cn" |
| 58 | source: hosted | 58 | source: hosted |
| 59 | version: "2.3.1" | 59 | version: "2.3.1" |
| 60 | build_config: | 60 | build_config: |
| 61 | dependency: transitive | 61 | dependency: transitive |
| 62 | description: | 62 | description: |
| 63 | name: build_config | 63 | name: build_config |
| 64 | - url: "https://pub.dartlang.org" | 64 | + url: "https://pub.flutter-io.cn" |
| 65 | source: hosted | 65 | source: hosted |
| 66 | version: "1.1.1" | 66 | version: "1.1.1" |
| 67 | build_daemon: | 67 | build_daemon: |
| 68 | dependency: transitive | 68 | dependency: transitive |
| 69 | description: | 69 | description: |
| 70 | name: build_daemon | 70 | name: build_daemon |
| 71 | - url: "https://pub.dartlang.org" | 71 | + url: "https://pub.flutter-io.cn" |
| 72 | source: hosted | 72 | source: hosted |
| 73 | version: "3.1.0" | 73 | version: "3.1.0" |
| 74 | build_resolvers: | 74 | build_resolvers: |
| 75 | dependency: transitive | 75 | dependency: transitive |
| 76 | description: | 76 | description: |
| 77 | name: build_resolvers | 77 | name: build_resolvers |
| 78 | - url: "https://pub.dartlang.org" | 78 | + url: "https://pub.flutter-io.cn" |
| 79 | source: hosted | 79 | source: hosted |
| 80 | version: "2.0.10" | 80 | version: "2.0.10" |
| 81 | build_runner: | 81 | build_runner: |
| 82 | dependency: "direct dev" | 82 | dependency: "direct dev" |
| 83 | description: | 83 | description: |
| 84 | name: build_runner | 84 | name: build_runner |
| 85 | - url: "https://pub.dartlang.org" | 85 | + url: "https://pub.flutter-io.cn" |
| 86 | source: hosted | 86 | source: hosted |
| 87 | version: "2.3.0" | 87 | version: "2.3.0" |
| 88 | build_runner_core: | 88 | build_runner_core: |
| 89 | dependency: transitive | 89 | dependency: transitive |
| 90 | description: | 90 | description: |
| 91 | name: build_runner_core | 91 | name: build_runner_core |
| 92 | - url: "https://pub.dartlang.org" | 92 | + url: "https://pub.flutter-io.cn" |
| 93 | source: hosted | 93 | source: hosted |
| 94 | version: "7.2.7" | 94 | version: "7.2.7" |
| 95 | built_collection: | 95 | built_collection: |
| 96 | dependency: transitive | 96 | dependency: transitive |
| 97 | description: | 97 | description: |
| 98 | name: built_collection | 98 | name: built_collection |
| 99 | - url: "https://pub.dartlang.org" | 99 | + url: "https://pub.flutter-io.cn" |
| 100 | source: hosted | 100 | source: hosted |
| 101 | version: "5.1.1" | 101 | version: "5.1.1" |
| 102 | built_value: | 102 | built_value: |
| 103 | dependency: transitive | 103 | dependency: transitive |
| 104 | description: | 104 | description: |
| 105 | name: built_value | 105 | name: built_value |
| 106 | - url: "https://pub.dartlang.org" | 106 | + url: "https://pub.flutter-io.cn" |
| 107 | source: hosted | 107 | source: hosted |
| 108 | version: "8.4.2" | 108 | version: "8.4.2" |
| 109 | cached_network_image: | 109 | cached_network_image: |
| 110 | dependency: "direct main" | 110 | dependency: "direct main" |
| 111 | description: | 111 | description: |
| 112 | name: cached_network_image | 112 | name: cached_network_image |
| 113 | - url: "https://pub.dartlang.org" | 113 | + url: "https://pub.flutter-io.cn" |
| 114 | source: hosted | 114 | source: hosted |
| 115 | - version: "3.2.2" | 115 | + version: "3.2.1" |
| 116 | cached_network_image_platform_interface: | 116 | cached_network_image_platform_interface: |
| 117 | dependency: transitive | 117 | dependency: transitive |
| 118 | description: | 118 | description: |
| 119 | name: cached_network_image_platform_interface | 119 | name: cached_network_image_platform_interface |
| 120 | - url: "https://pub.dartlang.org" | 120 | + url: "https://pub.flutter-io.cn" |
| 121 | source: hosted | 121 | source: hosted |
| 122 | - version: "2.0.0" | 122 | + version: "1.0.0" |
| 123 | cached_network_image_web: | 123 | cached_network_image_web: |
| 124 | dependency: transitive | 124 | dependency: transitive |
| 125 | description: | 125 | description: |
| 126 | name: cached_network_image_web | 126 | name: cached_network_image_web |
| 127 | - url: "https://pub.dartlang.org" | 127 | + url: "https://pub.flutter-io.cn" |
| 128 | source: hosted | 128 | source: hosted |
| 129 | - version: "1.0.2" | 129 | + version: "1.0.1" |
| 130 | camera: | 130 | camera: |
| 131 | dependency: "direct main" | 131 | dependency: "direct main" |
| 132 | description: | 132 | description: |
| 133 | name: camera | 133 | name: camera |
| 134 | - url: "https://pub.dartlang.org" | 134 | + url: "https://pub.flutter-io.cn" |
| 135 | source: hosted | 135 | source: hosted |
| 136 | version: "0.9.8+1" | 136 | version: "0.9.8+1" |
| 137 | camera_android: | 137 | camera_android: |
| 138 | dependency: transitive | 138 | dependency: transitive |
| 139 | description: | 139 | description: |
| 140 | name: camera_android | 140 | name: camera_android |
| 141 | - url: "https://pub.dartlang.org" | 141 | + url: "https://pub.flutter-io.cn" |
| 142 | source: hosted | 142 | source: hosted |
| 143 | version: "0.9.8+3" | 143 | version: "0.9.8+3" |
| 144 | camera_avfoundation: | 144 | camera_avfoundation: |
| 145 | dependency: transitive | 145 | dependency: transitive |
| 146 | description: | 146 | description: |
| 147 | name: camera_avfoundation | 147 | name: camera_avfoundation |
| 148 | - url: "https://pub.dartlang.org" | 148 | + url: "https://pub.flutter-io.cn" |
| 149 | source: hosted | 149 | source: hosted |
| 150 | - version: "0.9.8+6" | 150 | + version: "0.9.9" |
| 151 | camera_platform_interface: | 151 | camera_platform_interface: |
| 152 | dependency: transitive | 152 | dependency: transitive |
| 153 | description: | 153 | description: |
| 154 | name: camera_platform_interface | 154 | name: camera_platform_interface |
| 155 | - url: "https://pub.dartlang.org" | 155 | + url: "https://pub.flutter-io.cn" |
| 156 | source: hosted | 156 | source: hosted |
| 157 | - version: "2.3.0" | 157 | + version: "2.3.2" |
| 158 | camera_web: | 158 | camera_web: |
| 159 | dependency: transitive | 159 | dependency: transitive |
| 160 | description: | 160 | description: |
| 161 | name: camera_web | 161 | name: camera_web |
| 162 | - url: "https://pub.dartlang.org" | 162 | + url: "https://pub.flutter-io.cn" |
| 163 | source: hosted | 163 | source: hosted |
| 164 | version: "0.2.1+6" | 164 | version: "0.2.1+6" |
| 165 | characters: | 165 | characters: |
| 166 | dependency: transitive | 166 | dependency: transitive |
| 167 | description: | 167 | description: |
| 168 | name: characters | 168 | name: characters |
| 169 | - url: "https://pub.dartlang.org" | 169 | + url: "https://pub.flutter-io.cn" |
| 170 | source: hosted | 170 | source: hosted |
| 171 | version: "1.2.1" | 171 | version: "1.2.1" |
| 172 | checked_yaml: | 172 | checked_yaml: |
| 173 | dependency: transitive | 173 | dependency: transitive |
| 174 | description: | 174 | description: |
| 175 | name: checked_yaml | 175 | name: checked_yaml |
| 176 | - url: "https://pub.dartlang.org" | 176 | + url: "https://pub.flutter-io.cn" |
| 177 | source: hosted | 177 | source: hosted |
| 178 | version: "2.0.1" | 178 | version: "2.0.1" |
| 179 | chewie: | 179 | chewie: |
| 180 | dependency: "direct main" | 180 | dependency: "direct main" |
| 181 | description: | 181 | description: |
| 182 | name: chewie | 182 | name: chewie |
| 183 | - url: "https://pub.dartlang.org" | 183 | + url: "https://pub.flutter-io.cn" |
| 184 | source: hosted | 184 | source: hosted |
| 185 | - version: "1.3.5" | 185 | + version: "1.3.6" |
| 186 | clock: | 186 | clock: |
| 187 | dependency: transitive | 187 | dependency: transitive |
| 188 | description: | 188 | description: |
| 189 | name: clock | 189 | name: clock |
| 190 | - url: "https://pub.dartlang.org" | 190 | + url: "https://pub.flutter-io.cn" |
| 191 | source: hosted | 191 | source: hosted |
| 192 | version: "1.1.1" | 192 | version: "1.1.1" |
| 193 | code_builder: | 193 | code_builder: |
| 194 | dependency: transitive | 194 | dependency: transitive |
| 195 | description: | 195 | description: |
| 196 | name: code_builder | 196 | name: code_builder |
| 197 | - url: "https://pub.dartlang.org" | 197 | + url: "https://pub.flutter-io.cn" |
| 198 | source: hosted | 198 | source: hosted |
| 199 | version: "4.3.0" | 199 | version: "4.3.0" |
| 200 | collection: | 200 | collection: |
| 201 | dependency: transitive | 201 | dependency: transitive |
| 202 | description: | 202 | description: |
| 203 | name: collection | 203 | name: collection |
| 204 | - url: "https://pub.dartlang.org" | 204 | + url: "https://pub.flutter-io.cn" |
| 205 | source: hosted | 205 | source: hosted |
| 206 | version: "1.16.0" | 206 | version: "1.16.0" |
| 207 | common_utils: | 207 | common_utils: |
| 208 | dependency: "direct main" | 208 | dependency: "direct main" |
| 209 | description: | 209 | description: |
| 210 | name: common_utils | 210 | name: common_utils |
| 211 | - url: "https://pub.dartlang.org" | 211 | + url: "https://pub.flutter-io.cn" |
| 212 | source: hosted | 212 | source: hosted |
| 213 | version: "2.0.2" | 213 | version: "2.0.2" |
| 214 | convert: | 214 | convert: |
| 215 | dependency: transitive | 215 | dependency: transitive |
| 216 | description: | 216 | description: |
| 217 | name: convert | 217 | name: convert |
| 218 | - url: "https://pub.dartlang.org" | 218 | + url: "https://pub.flutter-io.cn" |
| 219 | source: hosted | 219 | source: hosted |
| 220 | - version: "3.1.1" | 220 | + version: "3.1.0" |
| 221 | coverage: | 221 | coverage: |
| 222 | dependency: transitive | 222 | dependency: transitive |
| 223 | description: | 223 | description: |
| 224 | name: coverage | 224 | name: coverage |
| 225 | - url: "https://pub.dartlang.org" | 225 | + url: "https://pub.flutter-io.cn" |
| 226 | source: hosted | 226 | source: hosted |
| 227 | version: "1.5.0" | 227 | version: "1.5.0" |
| 228 | cross_file: | 228 | cross_file: |
| 229 | dependency: transitive | 229 | dependency: transitive |
| 230 | description: | 230 | description: |
| 231 | name: cross_file | 231 | name: cross_file |
| 232 | - url: "https://pub.dartlang.org" | 232 | + url: "https://pub.flutter-io.cn" |
| 233 | source: hosted | 233 | source: hosted |
| 234 | version: "0.3.3+2" | 234 | version: "0.3.3+2" |
| 235 | crypto: | 235 | crypto: |
| 236 | dependency: transitive | 236 | dependency: transitive |
| 237 | description: | 237 | description: |
| 238 | name: crypto | 238 | name: crypto |
| 239 | - url: "https://pub.dartlang.org" | 239 | + url: "https://pub.flutter-io.cn" |
| 240 | source: hosted | 240 | source: hosted |
| 241 | version: "3.0.2" | 241 | version: "3.0.2" |
| 242 | csslib: | 242 | csslib: |
| 243 | dependency: transitive | 243 | dependency: transitive |
| 244 | description: | 244 | description: |
| 245 | name: csslib | 245 | name: csslib |
| 246 | - url: "https://pub.dartlang.org" | 246 | + url: "https://pub.flutter-io.cn" |
| 247 | source: hosted | 247 | source: hosted |
| 248 | version: "0.17.2" | 248 | version: "0.17.2" |
| 249 | cupertino_icons: | 249 | cupertino_icons: |
| 250 | dependency: "direct main" | 250 | dependency: "direct main" |
| 251 | description: | 251 | description: |
| 252 | name: cupertino_icons | 252 | name: cupertino_icons |
| 253 | - url: "https://pub.dartlang.org" | 253 | + url: "https://pub.flutter-io.cn" |
| 254 | source: hosted | 254 | source: hosted |
| 255 | version: "1.0.5" | 255 | version: "1.0.5" |
| 256 | dart_style: | 256 | dart_style: |
| 257 | dependency: transitive | 257 | dependency: transitive |
| 258 | description: | 258 | description: |
| 259 | name: dart_style | 259 | name: dart_style |
| 260 | - url: "https://pub.dartlang.org" | 260 | + url: "https://pub.flutter-io.cn" |
| 261 | source: hosted | 261 | source: hosted |
| 262 | version: "2.2.4" | 262 | version: "2.2.4" |
| 263 | decimal: | 263 | decimal: |
| 264 | dependency: "direct overridden" | 264 | dependency: "direct overridden" |
| 265 | description: | 265 | description: |
| 266 | name: decimal | 266 | name: decimal |
| 267 | - url: "https://pub.dartlang.org" | 267 | + url: "https://pub.flutter-io.cn" |
| 268 | source: hosted | 268 | source: hosted |
| 269 | version: "1.5.0" | 269 | version: "1.5.0" |
| 270 | device_info_plus: | 270 | device_info_plus: |
| 271 | dependency: "direct main" | 271 | dependency: "direct main" |
| 272 | description: | 272 | description: |
| 273 | name: device_info_plus | 273 | name: device_info_plus |
| 274 | - url: "https://pub.dartlang.org" | 274 | + url: "https://pub.flutter-io.cn" |
| 275 | source: hosted | 275 | source: hosted |
| 276 | version: "3.2.4" | 276 | version: "3.2.4" |
| 277 | device_info_plus_linux: | 277 | device_info_plus_linux: |
| 278 | dependency: transitive | 278 | dependency: transitive |
| 279 | description: | 279 | description: |
| 280 | name: device_info_plus_linux | 280 | name: device_info_plus_linux |
| 281 | - url: "https://pub.dartlang.org" | 281 | + url: "https://pub.flutter-io.cn" |
| 282 | source: hosted | 282 | source: hosted |
| 283 | version: "2.1.1" | 283 | version: "2.1.1" |
| 284 | device_info_plus_macos: | 284 | device_info_plus_macos: |
| 285 | dependency: transitive | 285 | dependency: transitive |
| 286 | description: | 286 | description: |
| 287 | name: device_info_plus_macos | 287 | name: device_info_plus_macos |
| 288 | - url: "https://pub.dartlang.org" | 288 | + url: "https://pub.flutter-io.cn" |
| 289 | source: hosted | 289 | source: hosted |
| 290 | version: "2.2.3" | 290 | version: "2.2.3" |
| 291 | device_info_plus_platform_interface: | 291 | device_info_plus_platform_interface: |
| 292 | dependency: transitive | 292 | dependency: transitive |
| 293 | description: | 293 | description: |
| 294 | name: device_info_plus_platform_interface | 294 | name: device_info_plus_platform_interface |
| 295 | - url: "https://pub.dartlang.org" | 295 | + url: "https://pub.flutter-io.cn" |
| 296 | source: hosted | 296 | source: hosted |
| 297 | version: "2.6.1" | 297 | version: "2.6.1" |
| 298 | device_info_plus_web: | 298 | device_info_plus_web: |
| 299 | dependency: transitive | 299 | dependency: transitive |
| 300 | description: | 300 | description: |
| 301 | name: device_info_plus_web | 301 | name: device_info_plus_web |
| 302 | - url: "https://pub.dartlang.org" | 302 | + url: "https://pub.flutter-io.cn" |
| 303 | source: hosted | 303 | source: hosted |
| 304 | version: "2.1.0" | 304 | version: "2.1.0" |
| 305 | device_info_plus_windows: | 305 | device_info_plus_windows: |
| 306 | dependency: transitive | 306 | dependency: transitive |
| 307 | description: | 307 | description: |
| 308 | name: device_info_plus_windows | 308 | name: device_info_plus_windows |
| 309 | - url: "https://pub.dartlang.org" | 309 | + url: "https://pub.flutter-io.cn" |
| 310 | source: hosted | 310 | source: hosted |
| 311 | version: "2.1.1" | 311 | version: "2.1.1" |
| 312 | dio: | 312 | dio: |
| 313 | dependency: "direct main" | 313 | dependency: "direct main" |
| 314 | description: | 314 | description: |
| 315 | name: dio | 315 | name: dio |
| 316 | - url: "https://pub.dartlang.org" | 316 | + url: "https://pub.flutter-io.cn" |
| 317 | source: hosted | 317 | source: hosted |
| 318 | version: "4.0.6" | 318 | version: "4.0.6" |
| 319 | email_validator: | 319 | email_validator: |
| 320 | dependency: "direct main" | 320 | dependency: "direct main" |
| 321 | description: | 321 | description: |
| 322 | name: email_validator | 322 | name: email_validator |
| 323 | - url: "https://pub.dartlang.org" | 323 | + url: "https://pub.flutter-io.cn" |
| 324 | source: hosted | 324 | source: hosted |
| 325 | version: "2.1.17" | 325 | version: "2.1.17" |
| 326 | event_bus: | 326 | event_bus: |
| 327 | dependency: "direct main" | 327 | dependency: "direct main" |
| 328 | description: | 328 | description: |
| 329 | name: event_bus | 329 | name: event_bus |
| 330 | - url: "https://pub.dartlang.org" | 330 | + url: "https://pub.flutter-io.cn" |
| 331 | source: hosted | 331 | source: hosted |
| 332 | version: "2.0.0" | 332 | version: "2.0.0" |
| 333 | facebook_auth_desktop: | 333 | facebook_auth_desktop: |
| 334 | dependency: transitive | 334 | dependency: transitive |
| 335 | description: | 335 | description: |
| 336 | name: facebook_auth_desktop | 336 | name: facebook_auth_desktop |
| 337 | - url: "https://pub.dartlang.org" | 337 | + url: "https://pub.flutter-io.cn" |
| 338 | source: hosted | 338 | source: hosted |
| 339 | version: "0.0.7" | 339 | version: "0.0.7" |
| 340 | fake_async: | 340 | fake_async: |
| 341 | dependency: transitive | 341 | dependency: transitive |
| 342 | description: | 342 | description: |
| 343 | name: fake_async | 343 | name: fake_async |
| 344 | - url: "https://pub.dartlang.org" | 344 | + url: "https://pub.flutter-io.cn" |
| 345 | source: hosted | 345 | source: hosted |
| 346 | version: "1.3.1" | 346 | version: "1.3.1" |
| 347 | ffi: | 347 | ffi: |
| 348 | dependency: transitive | 348 | dependency: transitive |
| 349 | description: | 349 | description: |
| 350 | name: ffi | 350 | name: ffi |
| 351 | - url: "https://pub.dartlang.org" | 351 | + url: "https://pub.flutter-io.cn" |
| 352 | source: hosted | 352 | source: hosted |
| 353 | version: "1.2.1" | 353 | version: "1.2.1" |
| 354 | fijkplayer: | 354 | fijkplayer: |
| 355 | dependency: "direct main" | 355 | dependency: "direct main" |
| 356 | description: | 356 | description: |
| 357 | name: fijkplayer | 357 | name: fijkplayer |
| 358 | - url: "https://pub.dartlang.org" | 358 | + url: "https://pub.flutter-io.cn" |
| 359 | source: hosted | 359 | source: hosted |
| 360 | version: "0.10.1" | 360 | version: "0.10.1" |
| 361 | file: | 361 | file: |
| 362 | dependency: transitive | 362 | dependency: transitive |
| 363 | description: | 363 | description: |
| 364 | name: file | 364 | name: file |
| 365 | - url: "https://pub.dartlang.org" | 365 | + url: "https://pub.flutter-io.cn" |
| 366 | source: hosted | 366 | source: hosted |
| 367 | version: "6.1.2" | 367 | version: "6.1.2" |
| 368 | fixnum: | 368 | fixnum: |
| 369 | dependency: transitive | 369 | dependency: transitive |
| 370 | description: | 370 | description: |
| 371 | name: fixnum | 371 | name: fixnum |
| 372 | - url: "https://pub.dartlang.org" | 372 | + url: "https://pub.flutter-io.cn" |
| 373 | source: hosted | 373 | source: hosted |
| 374 | version: "1.0.1" | 374 | version: "1.0.1" |
| 375 | fluro: | 375 | fluro: |
| 376 | dependency: "direct main" | 376 | dependency: "direct main" |
| 377 | description: | 377 | description: |
| 378 | name: fluro | 378 | name: fluro |
| 379 | - url: "https://pub.dartlang.org" | 379 | + url: "https://pub.flutter-io.cn" |
| 380 | source: hosted | 380 | source: hosted |
| 381 | version: "2.0.4" | 381 | version: "2.0.4" |
| 382 | flustars: | 382 | flustars: |
| 383 | dependency: "direct main" | 383 | dependency: "direct main" |
| 384 | description: | 384 | description: |
| 385 | name: flustars | 385 | name: flustars |
| 386 | - url: "https://pub.dartlang.org" | 386 | + url: "https://pub.flutter-io.cn" |
| 387 | source: hosted | 387 | source: hosted |
| 388 | version: "2.0.1" | 388 | version: "2.0.1" |
| 389 | flutter: | 389 | flutter: |
| ... | @@ -395,14 +395,14 @@ packages: | ... | @@ -395,14 +395,14 @@ packages: |
| 395 | dependency: transitive | 395 | dependency: transitive |
| 396 | description: | 396 | description: |
| 397 | name: flutter_blurhash | 397 | name: flutter_blurhash |
| 398 | - url: "https://pub.dartlang.org" | 398 | + url: "https://pub.flutter-io.cn" |
| 399 | source: hosted | 399 | source: hosted |
| 400 | version: "0.7.0" | 400 | version: "0.7.0" |
| 401 | flutter_cache_manager: | 401 | flutter_cache_manager: |
| 402 | dependency: transitive | 402 | dependency: transitive |
| 403 | description: | 403 | description: |
| 404 | name: flutter_cache_manager | 404 | name: flutter_cache_manager |
| 405 | - url: "https://pub.dartlang.org" | 405 | + url: "https://pub.flutter-io.cn" |
| 406 | source: hosted | 406 | source: hosted |
| 407 | version: "3.3.0" | 407 | version: "3.3.0" |
| 408 | flutter_driver: | 408 | flutter_driver: |
| ... | @@ -414,56 +414,56 @@ packages: | ... | @@ -414,56 +414,56 @@ packages: |
| 414 | dependency: "direct main" | 414 | dependency: "direct main" |
| 415 | description: | 415 | description: |
| 416 | name: flutter_easy_permission | 416 | name: flutter_easy_permission |
| 417 | - url: "https://pub.dartlang.org" | 417 | + url: "https://pub.flutter-io.cn" |
| 418 | source: hosted | 418 | source: hosted |
| 419 | version: "1.1.2" | 419 | version: "1.1.2" |
| 420 | flutter_easyloading: | 420 | flutter_easyloading: |
| 421 | dependency: "direct main" | 421 | dependency: "direct main" |
| 422 | description: | 422 | description: |
| 423 | name: flutter_easyloading | 423 | name: flutter_easyloading |
| 424 | - url: "https://pub.dartlang.org" | 424 | + url: "https://pub.flutter-io.cn" |
| 425 | source: hosted | 425 | source: hosted |
| 426 | version: "3.0.5" | 426 | version: "3.0.5" |
| 427 | flutter_facebook_auth: | 427 | flutter_facebook_auth: |
| 428 | dependency: "direct main" | 428 | dependency: "direct main" |
| 429 | description: | 429 | description: |
| 430 | name: flutter_facebook_auth | 430 | name: flutter_facebook_auth |
| 431 | - url: "https://pub.dartlang.org" | 431 | + url: "https://pub.flutter-io.cn" |
| 432 | source: hosted | 432 | source: hosted |
| 433 | version: "5.0.6" | 433 | version: "5.0.6" |
| 434 | flutter_facebook_auth_platform_interface: | 434 | flutter_facebook_auth_platform_interface: |
| 435 | dependency: transitive | 435 | dependency: transitive |
| 436 | description: | 436 | description: |
| 437 | name: flutter_facebook_auth_platform_interface | 437 | name: flutter_facebook_auth_platform_interface |
| 438 | - url: "https://pub.dartlang.org" | 438 | + url: "https://pub.flutter-io.cn" |
| 439 | source: hosted | 439 | source: hosted |
| 440 | version: "4.1.1" | 440 | version: "4.1.1" |
| 441 | flutter_facebook_auth_web: | 441 | flutter_facebook_auth_web: |
| 442 | dependency: transitive | 442 | dependency: transitive |
| 443 | description: | 443 | description: |
| 444 | name: flutter_facebook_auth_web | 444 | name: flutter_facebook_auth_web |
| 445 | - url: "https://pub.dartlang.org" | 445 | + url: "https://pub.flutter-io.cn" |
| 446 | source: hosted | 446 | source: hosted |
| 447 | version: "4.1.1" | 447 | version: "4.1.1" |
| 448 | flutter_inapp_purchase: | 448 | flutter_inapp_purchase: |
| 449 | dependency: "direct main" | 449 | dependency: "direct main" |
| 450 | description: | 450 | description: |
| 451 | name: flutter_inapp_purchase | 451 | name: flutter_inapp_purchase |
| 452 | - url: "https://pub.dartlang.org" | 452 | + url: "https://pub.flutter-io.cn" |
| 453 | source: hosted | 453 | source: hosted |
| 454 | version: "5.3.1" | 454 | version: "5.3.1" |
| 455 | flutter_launcher_icons: | 455 | flutter_launcher_icons: |
| 456 | dependency: "direct dev" | 456 | dependency: "direct dev" |
| 457 | description: | 457 | description: |
| 458 | name: flutter_launcher_icons | 458 | name: flutter_launcher_icons |
| 459 | - url: "https://pub.dartlang.org" | 459 | + url: "https://pub.flutter-io.cn" |
| 460 | source: hosted | 460 | source: hosted |
| 461 | version: "0.9.3" | 461 | version: "0.9.3" |
| 462 | flutter_lints: | 462 | flutter_lints: |
| 463 | dependency: "direct dev" | 463 | dependency: "direct dev" |
| 464 | description: | 464 | description: |
| 465 | name: flutter_lints | 465 | name: flutter_lints |
| 466 | - url: "https://pub.dartlang.org" | 466 | + url: "https://pub.flutter-io.cn" |
| 467 | source: hosted | 467 | source: hosted |
| 468 | version: "2.0.1" | 468 | version: "2.0.1" |
| 469 | flutter_localizations: | 469 | flutter_localizations: |
| ... | @@ -475,105 +475,105 @@ packages: | ... | @@ -475,105 +475,105 @@ packages: |
| 475 | dependency: "direct dev" | 475 | dependency: "direct dev" |
| 476 | description: | 476 | description: |
| 477 | name: flutter_native_splash | 477 | name: flutter_native_splash |
| 478 | - url: "https://pub.dartlang.org" | 478 | + url: "https://pub.flutter-io.cn" |
| 479 | source: hosted | 479 | source: hosted |
| 480 | - version: "2.2.14" | 480 | + version: "2.2.9" |
| 481 | flutter_plugin_android_lifecycle: | 481 | flutter_plugin_android_lifecycle: |
| 482 | dependency: transitive | 482 | dependency: transitive |
| 483 | description: | 483 | description: |
| 484 | name: flutter_plugin_android_lifecycle | 484 | name: flutter_plugin_android_lifecycle |
| 485 | - url: "https://pub.dartlang.org" | 485 | + url: "https://pub.flutter-io.cn" |
| 486 | source: hosted | 486 | source: hosted |
| 487 | version: "2.0.7" | 487 | version: "2.0.7" |
| 488 | flutter_secure_storage: | 488 | flutter_secure_storage: |
| 489 | dependency: transitive | 489 | dependency: transitive |
| 490 | description: | 490 | description: |
| 491 | name: flutter_secure_storage | 491 | name: flutter_secure_storage |
| 492 | - url: "https://pub.dartlang.org" | 492 | + url: "https://pub.flutter-io.cn" |
| 493 | source: hosted | 493 | source: hosted |
| 494 | - version: "6.0.0" | 494 | + version: "6.1.0" |
| 495 | flutter_secure_storage_linux: | 495 | flutter_secure_storage_linux: |
| 496 | dependency: transitive | 496 | dependency: transitive |
| 497 | description: | 497 | description: |
| 498 | name: flutter_secure_storage_linux | 498 | name: flutter_secure_storage_linux |
| 499 | - url: "https://pub.dartlang.org" | 499 | + url: "https://pub.flutter-io.cn" |
| 500 | source: hosted | 500 | source: hosted |
| 501 | - version: "1.1.1" | 501 | + version: "1.1.2" |
| 502 | flutter_secure_storage_macos: | 502 | flutter_secure_storage_macos: |
| 503 | dependency: transitive | 503 | dependency: transitive |
| 504 | description: | 504 | description: |
| 505 | name: flutter_secure_storage_macos | 505 | name: flutter_secure_storage_macos |
| 506 | - url: "https://pub.dartlang.org" | 506 | + url: "https://pub.flutter-io.cn" |
| 507 | source: hosted | 507 | source: hosted |
| 508 | - version: "1.1.1" | 508 | + version: "1.1.2" |
| 509 | flutter_secure_storage_platform_interface: | 509 | flutter_secure_storage_platform_interface: |
| 510 | dependency: transitive | 510 | dependency: transitive |
| 511 | description: | 511 | description: |
| 512 | name: flutter_secure_storage_platform_interface | 512 | name: flutter_secure_storage_platform_interface |
| 513 | - url: "https://pub.dartlang.org" | 513 | + url: "https://pub.flutter-io.cn" |
| 514 | source: hosted | 514 | source: hosted |
| 515 | - version: "1.0.0" | 515 | + version: "1.0.1" |
| 516 | flutter_secure_storage_web: | 516 | flutter_secure_storage_web: |
| 517 | dependency: transitive | 517 | dependency: transitive |
| 518 | description: | 518 | description: |
| 519 | name: flutter_secure_storage_web | 519 | name: flutter_secure_storage_web |
| 520 | - url: "https://pub.dartlang.org" | 520 | + url: "https://pub.flutter-io.cn" |
| 521 | source: hosted | 521 | source: hosted |
| 522 | - version: "1.0.2" | 522 | + version: "1.1.1" |
| 523 | flutter_secure_storage_windows: | 523 | flutter_secure_storage_windows: |
| 524 | dependency: transitive | 524 | dependency: transitive |
| 525 | description: | 525 | description: |
| 526 | name: flutter_secure_storage_windows | 526 | name: flutter_secure_storage_windows |
| 527 | - url: "https://pub.dartlang.org" | 527 | + url: "https://pub.flutter-io.cn" |
| 528 | source: hosted | 528 | source: hosted |
| 529 | - version: "1.1.2" | 529 | + version: "1.1.3" |
| 530 | flutter_signin_button: | 530 | flutter_signin_button: |
| 531 | dependency: "direct main" | 531 | dependency: "direct main" |
| 532 | description: | 532 | description: |
| 533 | name: flutter_signin_button | 533 | name: flutter_signin_button |
| 534 | - url: "https://pub.dartlang.org" | 534 | + url: "https://pub.flutter-io.cn" |
| 535 | source: hosted | 535 | source: hosted |
| 536 | version: "2.0.0" | 536 | version: "2.0.0" |
| 537 | flutter_slidable: | 537 | flutter_slidable: |
| 538 | dependency: "direct main" | 538 | dependency: "direct main" |
| 539 | description: | 539 | description: |
| 540 | name: flutter_slidable | 540 | name: flutter_slidable |
| 541 | - url: "https://pub.dartlang.org" | 541 | + url: "https://pub.flutter-io.cn" |
| 542 | source: hosted | 542 | source: hosted |
| 543 | version: "1.3.2" | 543 | version: "1.3.2" |
| 544 | flutter_sound: | 544 | flutter_sound: |
| 545 | dependency: "direct main" | 545 | dependency: "direct main" |
| 546 | description: | 546 | description: |
| 547 | name: flutter_sound | 547 | name: flutter_sound |
| 548 | - url: "https://pub.dartlang.org" | 548 | + url: "https://pub.flutter-io.cn" |
| 549 | source: hosted | 549 | source: hosted |
| 550 | version: "9.2.13" | 550 | version: "9.2.13" |
| 551 | flutter_sound_platform_interface: | 551 | flutter_sound_platform_interface: |
| 552 | dependency: transitive | 552 | dependency: transitive |
| 553 | description: | 553 | description: |
| 554 | name: flutter_sound_platform_interface | 554 | name: flutter_sound_platform_interface |
| 555 | - url: "https://pub.dartlang.org" | 555 | + url: "https://pub.flutter-io.cn" |
| 556 | source: hosted | 556 | source: hosted |
| 557 | version: "9.2.13" | 557 | version: "9.2.13" |
| 558 | flutter_sound_web: | 558 | flutter_sound_web: |
| 559 | dependency: transitive | 559 | dependency: transitive |
| 560 | description: | 560 | description: |
| 561 | name: flutter_sound_web | 561 | name: flutter_sound_web |
| 562 | - url: "https://pub.dartlang.org" | 562 | + url: "https://pub.flutter-io.cn" |
| 563 | source: hosted | 563 | source: hosted |
| 564 | version: "9.2.13" | 564 | version: "9.2.13" |
| 565 | flutter_spinkit: | 565 | flutter_spinkit: |
| 566 | dependency: "direct main" | 566 | dependency: "direct main" |
| 567 | description: | 567 | description: |
| 568 | name: flutter_spinkit | 568 | name: flutter_spinkit |
| 569 | - url: "https://pub.dartlang.org" | 569 | + url: "https://pub.flutter-io.cn" |
| 570 | source: hosted | 570 | source: hosted |
| 571 | version: "5.1.0" | 571 | version: "5.1.0" |
| 572 | flutter_swiper_null_safety: | 572 | flutter_swiper_null_safety: |
| 573 | dependency: "direct main" | 573 | dependency: "direct main" |
| 574 | description: | 574 | description: |
| 575 | name: flutter_swiper_null_safety | 575 | name: flutter_swiper_null_safety |
| 576 | - url: "https://pub.dartlang.org" | 576 | + url: "https://pub.flutter-io.cn" |
| 577 | source: hosted | 577 | source: hosted |
| 578 | version: "1.0.2" | 578 | version: "1.0.2" |
| 579 | flutter_test: | 579 | flutter_test: |
| ... | @@ -590,14 +590,14 @@ packages: | ... | @@ -590,14 +590,14 @@ packages: |
| 590 | dependency: transitive | 590 | dependency: transitive |
| 591 | description: | 591 | description: |
| 592 | name: font_awesome_flutter | 592 | name: font_awesome_flutter |
| 593 | - url: "https://pub.dartlang.org" | 593 | + url: "https://pub.flutter-io.cn" |
| 594 | source: hosted | 594 | source: hosted |
| 595 | version: "9.2.0" | 595 | version: "9.2.0" |
| 596 | frontend_server_client: | 596 | frontend_server_client: |
| 597 | dependency: transitive | 597 | dependency: transitive |
| 598 | description: | 598 | description: |
| 599 | name: frontend_server_client | 599 | name: frontend_server_client |
| 600 | - url: "https://pub.dartlang.org" | 600 | + url: "https://pub.flutter-io.cn" |
| 601 | source: hosted | 601 | source: hosted |
| 602 | version: "2.1.3" | 602 | version: "2.1.3" |
| 603 | fuchsia_remote_debug_protocol: | 603 | fuchsia_remote_debug_protocol: |
| ... | @@ -609,184 +609,184 @@ packages: | ... | @@ -609,184 +609,184 @@ packages: |
| 609 | dependency: "direct main" | 609 | dependency: "direct main" |
| 610 | description: | 610 | description: |
| 611 | name: getwidget | 611 | name: getwidget |
| 612 | - url: "https://pub.dartlang.org" | 612 | + url: "https://pub.flutter-io.cn" |
| 613 | source: hosted | 613 | source: hosted |
| 614 | version: "2.1.1" | 614 | version: "2.1.1" |
| 615 | glob: | 615 | glob: |
| 616 | dependency: transitive | 616 | dependency: transitive |
| 617 | description: | 617 | description: |
| 618 | name: glob | 618 | name: glob |
| 619 | - url: "https://pub.dartlang.org" | 619 | + url: "https://pub.flutter-io.cn" |
| 620 | source: hosted | 620 | source: hosted |
| 621 | version: "2.1.0" | 621 | version: "2.1.0" |
| 622 | google_fonts: | 622 | google_fonts: |
| 623 | dependency: "direct main" | 623 | dependency: "direct main" |
| 624 | description: | 624 | description: |
| 625 | name: google_fonts | 625 | name: google_fonts |
| 626 | - url: "https://pub.dartlang.org" | 626 | + url: "https://pub.flutter-io.cn" |
| 627 | source: hosted | 627 | source: hosted |
| 628 | version: "3.0.1" | 628 | version: "3.0.1" |
| 629 | google_maps_flutter: | 629 | google_maps_flutter: |
| 630 | dependency: "direct main" | 630 | dependency: "direct main" |
| 631 | description: | 631 | description: |
| 632 | name: google_maps_flutter | 632 | name: google_maps_flutter |
| 633 | - url: "https://pub.dartlang.org" | 633 | + url: "https://pub.flutter-io.cn" |
| 634 | source: hosted | 634 | source: hosted |
| 635 | - version: "2.2.1" | 635 | + version: "2.2.2" |
| 636 | google_maps_flutter_android: | 636 | google_maps_flutter_android: |
| 637 | dependency: transitive | 637 | dependency: transitive |
| 638 | description: | 638 | description: |
| 639 | name: google_maps_flutter_android | 639 | name: google_maps_flutter_android |
| 640 | - url: "https://pub.dartlang.org" | 640 | + url: "https://pub.flutter-io.cn" |
| 641 | source: hosted | 641 | source: hosted |
| 642 | - version: "2.3.3" | 642 | + version: "2.4.0" |
| 643 | google_maps_flutter_ios: | 643 | google_maps_flutter_ios: |
| 644 | dependency: transitive | 644 | dependency: transitive |
| 645 | description: | 645 | description: |
| 646 | name: google_maps_flutter_ios | 646 | name: google_maps_flutter_ios |
| 647 | - url: "https://pub.dartlang.org" | 647 | + url: "https://pub.flutter-io.cn" |
| 648 | source: hosted | 648 | source: hosted |
| 649 | version: "2.1.12" | 649 | version: "2.1.12" |
| 650 | google_maps_flutter_platform_interface: | 650 | google_maps_flutter_platform_interface: |
| 651 | dependency: transitive | 651 | dependency: transitive |
| 652 | description: | 652 | description: |
| 653 | name: google_maps_flutter_platform_interface | 653 | name: google_maps_flutter_platform_interface |
| 654 | - url: "https://pub.dartlang.org" | 654 | + url: "https://pub.flutter-io.cn" |
| 655 | source: hosted | 655 | source: hosted |
| 656 | version: "2.2.4" | 656 | version: "2.2.4" |
| 657 | graphs: | 657 | graphs: |
| 658 | dependency: transitive | 658 | dependency: transitive |
| 659 | description: | 659 | description: |
| 660 | name: graphs | 660 | name: graphs |
| 661 | - url: "https://pub.dartlang.org" | 661 | + url: "https://pub.flutter-io.cn" |
| 662 | source: hosted | 662 | source: hosted |
| 663 | version: "2.2.0" | 663 | version: "2.2.0" |
| 664 | html: | 664 | html: |
| 665 | dependency: transitive | 665 | dependency: transitive |
| 666 | description: | 666 | description: |
| 667 | name: html | 667 | name: html |
| 668 | - url: "https://pub.dartlang.org" | 668 | + url: "https://pub.flutter-io.cn" |
| 669 | source: hosted | 669 | source: hosted |
| 670 | version: "0.15.1" | 670 | version: "0.15.1" |
| 671 | http: | 671 | http: |
| 672 | dependency: "direct main" | 672 | dependency: "direct main" |
| 673 | description: | 673 | description: |
| 674 | name: http | 674 | name: http |
| 675 | - url: "https://pub.dartlang.org" | 675 | + url: "https://pub.flutter-io.cn" |
| 676 | source: hosted | 676 | source: hosted |
| 677 | version: "0.13.5" | 677 | version: "0.13.5" |
| 678 | http_multi_server: | 678 | http_multi_server: |
| 679 | dependency: transitive | 679 | dependency: transitive |
| 680 | description: | 680 | description: |
| 681 | name: http_multi_server | 681 | name: http_multi_server |
| 682 | - url: "https://pub.dartlang.org" | 682 | + url: "https://pub.flutter-io.cn" |
| 683 | source: hosted | 683 | source: hosted |
| 684 | version: "3.2.1" | 684 | version: "3.2.1" |
| 685 | http_parser: | 685 | http_parser: |
| 686 | dependency: transitive | 686 | dependency: transitive |
| 687 | description: | 687 | description: |
| 688 | name: http_parser | 688 | name: http_parser |
| 689 | - url: "https://pub.dartlang.org" | 689 | + url: "https://pub.flutter-io.cn" |
| 690 | source: hosted | 690 | source: hosted |
| 691 | version: "4.0.2" | 691 | version: "4.0.2" |
| 692 | image: | 692 | image: |
| 693 | dependency: transitive | 693 | dependency: transitive |
| 694 | description: | 694 | description: |
| 695 | name: image | 695 | name: image |
| 696 | - url: "https://pub.dartlang.org" | 696 | + url: "https://pub.flutter-io.cn" |
| 697 | source: hosted | 697 | source: hosted |
| 698 | version: "3.2.2" | 698 | version: "3.2.2" |
| 699 | image_cropper: | 699 | image_cropper: |
| 700 | dependency: "direct main" | 700 | dependency: "direct main" |
| 701 | description: | 701 | description: |
| 702 | name: image_cropper | 702 | name: image_cropper |
| 703 | - url: "https://pub.dartlang.org" | 703 | + url: "https://pub.flutter-io.cn" |
| 704 | source: hosted | 704 | source: hosted |
| 705 | version: "2.0.3" | 705 | version: "2.0.3" |
| 706 | image_cropper_for_web: | 706 | image_cropper_for_web: |
| 707 | dependency: transitive | 707 | dependency: transitive |
| 708 | description: | 708 | description: |
| 709 | name: image_cropper_for_web | 709 | name: image_cropper_for_web |
| 710 | - url: "https://pub.dartlang.org" | 710 | + url: "https://pub.flutter-io.cn" |
| 711 | source: hosted | 711 | source: hosted |
| 712 | version: "0.0.4" | 712 | version: "0.0.4" |
| 713 | image_cropper_platform_interface: | 713 | image_cropper_platform_interface: |
| 714 | dependency: transitive | 714 | dependency: transitive |
| 715 | description: | 715 | description: |
| 716 | name: image_cropper_platform_interface | 716 | name: image_cropper_platform_interface |
| 717 | - url: "https://pub.dartlang.org" | 717 | + url: "https://pub.flutter-io.cn" |
| 718 | source: hosted | 718 | source: hosted |
| 719 | version: "2.0.0" | 719 | version: "2.0.0" |
| 720 | image_gallery_saver: | 720 | image_gallery_saver: |
| 721 | dependency: "direct main" | 721 | dependency: "direct main" |
| 722 | description: | 722 | description: |
| 723 | name: image_gallery_saver | 723 | name: image_gallery_saver |
| 724 | - url: "https://pub.dartlang.org" | 724 | + url: "https://pub.flutter-io.cn" |
| 725 | source: hosted | 725 | source: hosted |
| 726 | version: "1.7.1" | 726 | version: "1.7.1" |
| 727 | image_picker: | 727 | image_picker: |
| 728 | dependency: "direct main" | 728 | dependency: "direct main" |
| 729 | description: | 729 | description: |
| 730 | name: image_picker | 730 | name: image_picker |
| 731 | - url: "https://pub.dartlang.org" | 731 | + url: "https://pub.flutter-io.cn" |
| 732 | source: hosted | 732 | source: hosted |
| 733 | version: "0.8.6" | 733 | version: "0.8.6" |
| 734 | image_picker_android: | 734 | image_picker_android: |
| 735 | dependency: transitive | 735 | dependency: transitive |
| 736 | description: | 736 | description: |
| 737 | name: image_picker_android | 737 | name: image_picker_android |
| 738 | - url: "https://pub.dartlang.org" | 738 | + url: "https://pub.flutter-io.cn" |
| 739 | source: hosted | 739 | source: hosted |
| 740 | version: "0.8.5+3" | 740 | version: "0.8.5+3" |
| 741 | image_picker_for_web: | 741 | image_picker_for_web: |
| 742 | dependency: transitive | 742 | dependency: transitive |
| 743 | description: | 743 | description: |
| 744 | name: image_picker_for_web | 744 | name: image_picker_for_web |
| 745 | - url: "https://pub.dartlang.org" | 745 | + url: "https://pub.flutter-io.cn" |
| 746 | source: hosted | 746 | source: hosted |
| 747 | version: "2.1.10" | 747 | version: "2.1.10" |
| 748 | image_picker_ios: | 748 | image_picker_ios: |
| 749 | dependency: transitive | 749 | dependency: transitive |
| 750 | description: | 750 | description: |
| 751 | name: image_picker_ios | 751 | name: image_picker_ios |
| 752 | - url: "https://pub.dartlang.org" | 752 | + url: "https://pub.flutter-io.cn" |
| 753 | source: hosted | 753 | source: hosted |
| 754 | version: "0.8.6+1" | 754 | version: "0.8.6+1" |
| 755 | image_picker_platform_interface: | 755 | image_picker_platform_interface: |
| 756 | dependency: transitive | 756 | dependency: transitive |
| 757 | description: | 757 | description: |
| 758 | name: image_picker_platform_interface | 758 | name: image_picker_platform_interface |
| 759 | - url: "https://pub.dartlang.org" | 759 | + url: "https://pub.flutter-io.cn" |
| 760 | source: hosted | 760 | source: hosted |
| 761 | version: "2.6.2" | 761 | version: "2.6.2" |
| 762 | in_app_purchase: | 762 | in_app_purchase: |
| 763 | dependency: "direct main" | 763 | dependency: "direct main" |
| 764 | description: | 764 | description: |
| 765 | name: in_app_purchase | 765 | name: in_app_purchase |
| 766 | - url: "https://pub.dartlang.org" | 766 | + url: "https://pub.flutter-io.cn" |
| 767 | source: hosted | 767 | source: hosted |
| 768 | version: "3.0.8" | 768 | version: "3.0.8" |
| 769 | in_app_purchase_android: | 769 | in_app_purchase_android: |
| 770 | dependency: transitive | 770 | dependency: transitive |
| 771 | description: | 771 | description: |
| 772 | name: in_app_purchase_android | 772 | name: in_app_purchase_android |
| 773 | - url: "https://pub.dartlang.org" | 773 | + url: "https://pub.flutter-io.cn" |
| 774 | source: hosted | 774 | source: hosted |
| 775 | - version: "0.2.3+6" | 775 | + version: "0.2.3+7" |
| 776 | in_app_purchase_platform_interface: | 776 | in_app_purchase_platform_interface: |
| 777 | dependency: transitive | 777 | dependency: transitive |
| 778 | description: | 778 | description: |
| 779 | name: in_app_purchase_platform_interface | 779 | name: in_app_purchase_platform_interface |
| 780 | - url: "https://pub.dartlang.org" | 780 | + url: "https://pub.flutter-io.cn" |
| 781 | source: hosted | 781 | source: hosted |
| 782 | version: "1.3.2" | 782 | version: "1.3.2" |
| 783 | in_app_purchase_storekit: | 783 | in_app_purchase_storekit: |
| 784 | dependency: transitive | 784 | dependency: transitive |
| 785 | description: | 785 | description: |
| 786 | name: in_app_purchase_storekit | 786 | name: in_app_purchase_storekit |
| 787 | - url: "https://pub.dartlang.org" | 787 | + url: "https://pub.flutter-io.cn" |
| 788 | source: hosted | 788 | source: hosted |
| 789 | - version: "0.3.3" | 789 | + version: "0.3.4" |
| 790 | integration_test: | 790 | integration_test: |
| 791 | dependency: "direct dev" | 791 | dependency: "direct dev" |
| 792 | description: flutter | 792 | description: flutter |
| ... | @@ -796,525 +796,532 @@ packages: | ... | @@ -796,525 +796,532 @@ packages: |
| 796 | dependency: "direct main" | 796 | dependency: "direct main" |
| 797 | description: | 797 | description: |
| 798 | name: intl | 798 | name: intl |
| 799 | - url: "https://pub.dartlang.org" | 799 | + url: "https://pub.flutter-io.cn" |
| 800 | source: hosted | 800 | source: hosted |
| 801 | version: "0.17.0" | 801 | version: "0.17.0" |
| 802 | io: | 802 | io: |
| 803 | dependency: transitive | 803 | dependency: transitive |
| 804 | description: | 804 | description: |
| 805 | name: io | 805 | name: io |
| 806 | - url: "https://pub.dartlang.org" | 806 | + url: "https://pub.flutter-io.cn" |
| 807 | source: hosted | 807 | source: hosted |
| 808 | version: "1.0.3" | 808 | version: "1.0.3" |
| 809 | jpush_flutter: | 809 | jpush_flutter: |
| 810 | dependency: "direct main" | 810 | dependency: "direct main" |
| 811 | description: | 811 | description: |
| 812 | name: jpush_flutter | 812 | name: jpush_flutter |
| 813 | - url: "https://pub.dartlang.org" | 813 | + url: "https://pub.flutter-io.cn" |
| 814 | source: hosted | 814 | source: hosted |
| 815 | version: "2.4.0" | 815 | version: "2.4.0" |
| 816 | js: | 816 | js: |
| 817 | dependency: transitive | 817 | dependency: transitive |
| 818 | description: | 818 | description: |
| 819 | name: js | 819 | name: js |
| 820 | - url: "https://pub.dartlang.org" | 820 | + url: "https://pub.flutter-io.cn" |
| 821 | source: hosted | 821 | source: hosted |
| 822 | version: "0.6.4" | 822 | version: "0.6.4" |
| 823 | json_annotation: | 823 | json_annotation: |
| 824 | dependency: "direct main" | 824 | dependency: "direct main" |
| 825 | description: | 825 | description: |
| 826 | name: json_annotation | 826 | name: json_annotation |
| 827 | - url: "https://pub.dartlang.org" | 827 | + url: "https://pub.flutter-io.cn" |
| 828 | source: hosted | 828 | source: hosted |
| 829 | version: "4.7.0" | 829 | version: "4.7.0" |
| 830 | json_serializable: | 830 | json_serializable: |
| 831 | dependency: "direct dev" | 831 | dependency: "direct dev" |
| 832 | description: | 832 | description: |
| 833 | name: json_serializable | 833 | name: json_serializable |
| 834 | - url: "https://pub.dartlang.org" | 834 | + url: "https://pub.flutter-io.cn" |
| 835 | source: hosted | 835 | source: hosted |
| 836 | version: "6.5.4" | 836 | version: "6.5.4" |
| 837 | keyboard_actions: | 837 | keyboard_actions: |
| 838 | dependency: "direct main" | 838 | dependency: "direct main" |
| 839 | description: | 839 | description: |
| 840 | name: keyboard_actions | 840 | name: keyboard_actions |
| 841 | - url: "https://pub.dartlang.org" | 841 | + url: "https://pub.flutter-io.cn" |
| 842 | source: hosted | 842 | source: hosted |
| 843 | version: "4.1.0" | 843 | version: "4.1.0" |
| 844 | + lint: | ||
| 845 | + dependency: transitive | ||
| 846 | + description: | ||
| 847 | + name: lint | ||
| 848 | + url: "https://pub.flutter-io.cn" | ||
| 849 | + source: hosted | ||
| 850 | + version: "1.10.0" | ||
| 844 | lints: | 851 | lints: |
| 845 | dependency: transitive | 852 | dependency: transitive |
| 846 | description: | 853 | description: |
| 847 | name: lints | 854 | name: lints |
| 848 | - url: "https://pub.dartlang.org" | 855 | + url: "https://pub.flutter-io.cn" |
| 849 | source: hosted | 856 | source: hosted |
| 850 | version: "2.0.1" | 857 | version: "2.0.1" |
| 851 | location: | 858 | location: |
| 852 | dependency: "direct main" | 859 | dependency: "direct main" |
| 853 | description: | 860 | description: |
| 854 | name: location | 861 | name: location |
| 855 | - url: "https://pub.dartlang.org" | 862 | + url: "https://pub.flutter-io.cn" |
| 856 | source: hosted | 863 | source: hosted |
| 857 | version: "4.4.0" | 864 | version: "4.4.0" |
| 858 | location_platform_interface: | 865 | location_platform_interface: |
| 859 | dependency: transitive | 866 | dependency: transitive |
| 860 | description: | 867 | description: |
| 861 | name: location_platform_interface | 868 | name: location_platform_interface |
| 862 | - url: "https://pub.dartlang.org" | 869 | + url: "https://pub.flutter-io.cn" |
| 863 | source: hosted | 870 | source: hosted |
| 864 | version: "2.3.0" | 871 | version: "2.3.0" |
| 865 | location_web: | 872 | location_web: |
| 866 | dependency: transitive | 873 | dependency: transitive |
| 867 | description: | 874 | description: |
| 868 | name: location_web | 875 | name: location_web |
| 869 | - url: "https://pub.dartlang.org" | 876 | + url: "https://pub.flutter-io.cn" |
| 870 | source: hosted | 877 | source: hosted |
| 871 | version: "3.1.1" | 878 | version: "3.1.1" |
| 872 | logger: | 879 | logger: |
| 873 | dependency: transitive | 880 | dependency: transitive |
| 874 | description: | 881 | description: |
| 875 | name: logger | 882 | name: logger |
| 876 | - url: "https://pub.dartlang.org" | 883 | + url: "https://pub.flutter-io.cn" |
| 877 | source: hosted | 884 | source: hosted |
| 878 | version: "1.1.0" | 885 | version: "1.1.0" |
| 879 | logging: | 886 | logging: |
| 880 | dependency: transitive | 887 | dependency: transitive |
| 881 | description: | 888 | description: |
| 882 | name: logging | 889 | name: logging |
| 883 | - url: "https://pub.dartlang.org" | 890 | + url: "https://pub.flutter-io.cn" |
| 884 | source: hosted | 891 | source: hosted |
| 885 | version: "1.1.0" | 892 | version: "1.1.0" |
| 886 | matcher: | 893 | matcher: |
| 887 | dependency: transitive | 894 | dependency: transitive |
| 888 | description: | 895 | description: |
| 889 | name: matcher | 896 | name: matcher |
| 890 | - url: "https://pub.dartlang.org" | 897 | + url: "https://pub.flutter-io.cn" |
| 891 | source: hosted | 898 | source: hosted |
| 892 | version: "0.12.12" | 899 | version: "0.12.12" |
| 893 | material_color_utilities: | 900 | material_color_utilities: |
| 894 | dependency: transitive | 901 | dependency: transitive |
| 895 | description: | 902 | description: |
| 896 | name: material_color_utilities | 903 | name: material_color_utilities |
| 897 | - url: "https://pub.dartlang.org" | 904 | + url: "https://pub.flutter-io.cn" |
| 898 | source: hosted | 905 | source: hosted |
| 899 | version: "0.1.5" | 906 | version: "0.1.5" |
| 900 | meta: | 907 | meta: |
| 901 | dependency: transitive | 908 | dependency: transitive |
| 902 | description: | 909 | description: |
| 903 | name: meta | 910 | name: meta |
| 904 | - url: "https://pub.dartlang.org" | 911 | + url: "https://pub.flutter-io.cn" |
| 905 | source: hosted | 912 | source: hosted |
| 906 | version: "1.8.0" | 913 | version: "1.8.0" |
| 907 | mime: | 914 | mime: |
| 908 | dependency: transitive | 915 | dependency: transitive |
| 909 | description: | 916 | description: |
| 910 | name: mime | 917 | name: mime |
| 911 | - url: "https://pub.dartlang.org" | 918 | + url: "https://pub.flutter-io.cn" |
| 912 | source: hosted | 919 | source: hosted |
| 913 | - version: "1.0.2" | 920 | + version: "1.0.3" |
| 914 | nested: | 921 | nested: |
| 915 | dependency: transitive | 922 | dependency: transitive |
| 916 | description: | 923 | description: |
| 917 | name: nested | 924 | name: nested |
| 918 | - url: "https://pub.dartlang.org" | 925 | + url: "https://pub.flutter-io.cn" |
| 919 | source: hosted | 926 | source: hosted |
| 920 | version: "1.0.0" | 927 | version: "1.0.0" |
| 921 | node_preamble: | 928 | node_preamble: |
| 922 | dependency: transitive | 929 | dependency: transitive |
| 923 | description: | 930 | description: |
| 924 | name: node_preamble | 931 | name: node_preamble |
| 925 | - url: "https://pub.dartlang.org" | 932 | + url: "https://pub.flutter-io.cn" |
| 926 | source: hosted | 933 | source: hosted |
| 927 | version: "2.0.1" | 934 | version: "2.0.1" |
| 928 | octo_image: | 935 | octo_image: |
| 929 | dependency: transitive | 936 | dependency: transitive |
| 930 | description: | 937 | description: |
| 931 | name: octo_image | 938 | name: octo_image |
| 932 | - url: "https://pub.dartlang.org" | 939 | + url: "https://pub.flutter-io.cn" |
| 933 | source: hosted | 940 | source: hosted |
| 934 | version: "1.0.2" | 941 | version: "1.0.2" |
| 935 | oktoast: | 942 | oktoast: |
| 936 | dependency: "direct main" | 943 | dependency: "direct main" |
| 937 | description: | 944 | description: |
| 938 | name: oktoast | 945 | name: oktoast |
| 939 | - url: "https://pub.dartlang.org" | 946 | + url: "https://pub.flutter-io.cn" |
| 940 | source: hosted | 947 | source: hosted |
| 941 | version: "3.3.1" | 948 | version: "3.3.1" |
| 942 | package_config: | 949 | package_config: |
| 943 | dependency: transitive | 950 | dependency: transitive |
| 944 | description: | 951 | description: |
| 945 | name: package_config | 952 | name: package_config |
| 946 | - url: "https://pub.dartlang.org" | 953 | + url: "https://pub.flutter-io.cn" |
| 947 | source: hosted | 954 | source: hosted |
| 948 | version: "2.1.0" | 955 | version: "2.1.0" |
| 949 | path: | 956 | path: |
| 950 | dependency: transitive | 957 | dependency: transitive |
| 951 | description: | 958 | description: |
| 952 | name: path | 959 | name: path |
| 953 | - url: "https://pub.dartlang.org" | 960 | + url: "https://pub.flutter-io.cn" |
| 954 | source: hosted | 961 | source: hosted |
| 955 | version: "1.8.2" | 962 | version: "1.8.2" |
| 956 | path_provider: | 963 | path_provider: |
| 957 | dependency: "direct main" | 964 | dependency: "direct main" |
| 958 | description: | 965 | description: |
| 959 | name: path_provider | 966 | name: path_provider |
| 960 | - url: "https://pub.dartlang.org" | 967 | + url: "https://pub.flutter-io.cn" |
| 961 | source: hosted | 968 | source: hosted |
| 962 | version: "2.0.11" | 969 | version: "2.0.11" |
| 963 | path_provider_android: | 970 | path_provider_android: |
| 964 | dependency: transitive | 971 | dependency: transitive |
| 965 | description: | 972 | description: |
| 966 | name: path_provider_android | 973 | name: path_provider_android |
| 967 | - url: "https://pub.dartlang.org" | 974 | + url: "https://pub.flutter-io.cn" |
| 968 | source: hosted | 975 | source: hosted |
| 969 | - version: "2.0.21" | 976 | + version: "2.0.22" |
| 970 | path_provider_ios: | 977 | path_provider_ios: |
| 971 | dependency: transitive | 978 | dependency: transitive |
| 972 | description: | 979 | description: |
| 973 | name: path_provider_ios | 980 | name: path_provider_ios |
| 974 | - url: "https://pub.dartlang.org" | 981 | + url: "https://pub.flutter-io.cn" |
| 975 | source: hosted | 982 | source: hosted |
| 976 | version: "2.0.11" | 983 | version: "2.0.11" |
| 977 | path_provider_linux: | 984 | path_provider_linux: |
| 978 | dependency: transitive | 985 | dependency: transitive |
| 979 | description: | 986 | description: |
| 980 | name: path_provider_linux | 987 | name: path_provider_linux |
| 981 | - url: "https://pub.dartlang.org" | 988 | + url: "https://pub.flutter-io.cn" |
| 982 | source: hosted | 989 | source: hosted |
| 983 | version: "2.1.7" | 990 | version: "2.1.7" |
| 984 | path_provider_macos: | 991 | path_provider_macos: |
| 985 | dependency: transitive | 992 | dependency: transitive |
| 986 | description: | 993 | description: |
| 987 | name: path_provider_macos | 994 | name: path_provider_macos |
| 988 | - url: "https://pub.dartlang.org" | 995 | + url: "https://pub.flutter-io.cn" |
| 989 | source: hosted | 996 | source: hosted |
| 990 | version: "2.0.6" | 997 | version: "2.0.6" |
| 991 | path_provider_platform_interface: | 998 | path_provider_platform_interface: |
| 992 | dependency: transitive | 999 | dependency: transitive |
| 993 | description: | 1000 | description: |
| 994 | name: path_provider_platform_interface | 1001 | name: path_provider_platform_interface |
| 995 | - url: "https://pub.dartlang.org" | 1002 | + url: "https://pub.flutter-io.cn" |
| 996 | source: hosted | 1003 | source: hosted |
| 997 | version: "2.0.5" | 1004 | version: "2.0.5" |
| 998 | path_provider_windows: | 1005 | path_provider_windows: |
| 999 | dependency: transitive | 1006 | dependency: transitive |
| 1000 | description: | 1007 | description: |
| 1001 | name: path_provider_windows | 1008 | name: path_provider_windows |
| 1002 | - url: "https://pub.dartlang.org" | 1009 | + url: "https://pub.flutter-io.cn" |
| 1003 | source: hosted | 1010 | source: hosted |
| 1004 | version: "2.0.7" | 1011 | version: "2.0.7" |
| 1005 | pausable_timer: | 1012 | pausable_timer: |
| 1006 | dependency: "direct main" | 1013 | dependency: "direct main" |
| 1007 | description: | 1014 | description: |
| 1008 | name: pausable_timer | 1015 | name: pausable_timer |
| 1009 | - url: "https://pub.dartlang.org" | 1016 | + url: "https://pub.flutter-io.cn" |
| 1010 | source: hosted | 1017 | source: hosted |
| 1011 | version: "1.0.0+6" | 1018 | version: "1.0.0+6" |
| 1012 | pedantic: | 1019 | pedantic: |
| 1013 | dependency: transitive | 1020 | dependency: transitive |
| 1014 | description: | 1021 | description: |
| 1015 | name: pedantic | 1022 | name: pedantic |
| 1016 | - url: "https://pub.dartlang.org" | 1023 | + url: "https://pub.flutter-io.cn" |
| 1017 | source: hosted | 1024 | source: hosted |
| 1018 | version: "1.11.1" | 1025 | version: "1.11.1" |
| 1019 | permission_handler: | 1026 | permission_handler: |
| 1020 | dependency: "direct dev" | 1027 | dependency: "direct dev" |
| 1021 | description: | 1028 | description: |
| 1022 | name: permission_handler | 1029 | name: permission_handler |
| 1023 | - url: "https://pub.dartlang.org" | 1030 | + url: "https://pub.flutter-io.cn" |
| 1024 | source: hosted | 1031 | source: hosted |
| 1025 | version: "9.2.0" | 1032 | version: "9.2.0" |
| 1026 | permission_handler_android: | 1033 | permission_handler_android: |
| 1027 | dependency: transitive | 1034 | dependency: transitive |
| 1028 | description: | 1035 | description: |
| 1029 | name: permission_handler_android | 1036 | name: permission_handler_android |
| 1030 | - url: "https://pub.dartlang.org" | 1037 | + url: "https://pub.flutter-io.cn" |
| 1031 | source: hosted | 1038 | source: hosted |
| 1032 | version: "9.0.2+1" | 1039 | version: "9.0.2+1" |
| 1033 | permission_handler_apple: | 1040 | permission_handler_apple: |
| 1034 | dependency: transitive | 1041 | dependency: transitive |
| 1035 | description: | 1042 | description: |
| 1036 | name: permission_handler_apple | 1043 | name: permission_handler_apple |
| 1037 | - url: "https://pub.dartlang.org" | 1044 | + url: "https://pub.flutter-io.cn" |
| 1038 | source: hosted | 1045 | source: hosted |
| 1039 | version: "9.0.7" | 1046 | version: "9.0.7" |
| 1040 | permission_handler_platform_interface: | 1047 | permission_handler_platform_interface: |
| 1041 | dependency: transitive | 1048 | dependency: transitive |
| 1042 | description: | 1049 | description: |
| 1043 | name: permission_handler_platform_interface | 1050 | name: permission_handler_platform_interface |
| 1044 | - url: "https://pub.dartlang.org" | 1051 | + url: "https://pub.flutter-io.cn" |
| 1045 | source: hosted | 1052 | source: hosted |
| 1046 | version: "3.9.0" | 1053 | version: "3.9.0" |
| 1047 | permission_handler_windows: | 1054 | permission_handler_windows: |
| 1048 | dependency: transitive | 1055 | dependency: transitive |
| 1049 | description: | 1056 | description: |
| 1050 | name: permission_handler_windows | 1057 | name: permission_handler_windows |
| 1051 | - url: "https://pub.dartlang.org" | 1058 | + url: "https://pub.flutter-io.cn" |
| 1052 | source: hosted | 1059 | source: hosted |
| 1053 | version: "0.1.2" | 1060 | version: "0.1.2" |
| 1054 | petitparser: | 1061 | petitparser: |
| 1055 | dependency: transitive | 1062 | dependency: transitive |
| 1056 | description: | 1063 | description: |
| 1057 | name: petitparser | 1064 | name: petitparser |
| 1058 | - url: "https://pub.dartlang.org" | 1065 | + url: "https://pub.flutter-io.cn" |
| 1059 | source: hosted | 1066 | source: hosted |
| 1060 | - version: "5.1.0" | 1067 | + version: "5.0.0" |
| 1061 | platform: | 1068 | platform: |
| 1062 | dependency: transitive | 1069 | dependency: transitive |
| 1063 | description: | 1070 | description: |
| 1064 | name: platform | 1071 | name: platform |
| 1065 | - url: "https://pub.dartlang.org" | 1072 | + url: "https://pub.flutter-io.cn" |
| 1066 | source: hosted | 1073 | source: hosted |
| 1067 | version: "3.1.0" | 1074 | version: "3.1.0" |
| 1068 | plugin_platform_interface: | 1075 | plugin_platform_interface: |
| 1069 | dependency: transitive | 1076 | dependency: transitive |
| 1070 | description: | 1077 | description: |
| 1071 | name: plugin_platform_interface | 1078 | name: plugin_platform_interface |
| 1072 | - url: "https://pub.dartlang.org" | 1079 | + url: "https://pub.flutter-io.cn" |
| 1073 | source: hosted | 1080 | source: hosted |
| 1074 | version: "2.1.3" | 1081 | version: "2.1.3" |
| 1075 | pool: | 1082 | pool: |
| 1076 | dependency: transitive | 1083 | dependency: transitive |
| 1077 | description: | 1084 | description: |
| 1078 | name: pool | 1085 | name: pool |
| 1079 | - url: "https://pub.dartlang.org" | 1086 | + url: "https://pub.flutter-io.cn" |
| 1080 | source: hosted | 1087 | source: hosted |
| 1081 | version: "1.5.1" | 1088 | version: "1.5.1" |
| 1082 | process: | 1089 | process: |
| 1083 | dependency: transitive | 1090 | dependency: transitive |
| 1084 | description: | 1091 | description: |
| 1085 | name: process | 1092 | name: process |
| 1086 | - url: "https://pub.dartlang.org" | 1093 | + url: "https://pub.flutter-io.cn" |
| 1087 | source: hosted | 1094 | source: hosted |
| 1088 | version: "4.2.4" | 1095 | version: "4.2.4" |
| 1089 | provider: | 1096 | provider: |
| 1090 | dependency: "direct main" | 1097 | dependency: "direct main" |
| 1091 | description: | 1098 | description: |
| 1092 | name: provider | 1099 | name: provider |
| 1093 | - url: "https://pub.dartlang.org" | 1100 | + url: "https://pub.flutter-io.cn" |
| 1094 | source: hosted | 1101 | source: hosted |
| 1095 | - version: "6.0.4" | 1102 | + version: "6.0.5" |
| 1096 | pub_semver: | 1103 | pub_semver: |
| 1097 | dependency: transitive | 1104 | dependency: transitive |
| 1098 | description: | 1105 | description: |
| 1099 | name: pub_semver | 1106 | name: pub_semver |
| 1100 | - url: "https://pub.dartlang.org" | 1107 | + url: "https://pub.flutter-io.cn" |
| 1101 | source: hosted | 1108 | source: hosted |
| 1102 | - version: "2.1.2" | 1109 | + version: "2.1.3" |
| 1103 | pubspec_parse: | 1110 | pubspec_parse: |
| 1104 | dependency: transitive | 1111 | dependency: transitive |
| 1105 | description: | 1112 | description: |
| 1106 | name: pubspec_parse | 1113 | name: pubspec_parse |
| 1107 | - url: "https://pub.dartlang.org" | 1114 | + url: "https://pub.flutter-io.cn" |
| 1108 | source: hosted | 1115 | source: hosted |
| 1109 | version: "1.2.1" | 1116 | version: "1.2.1" |
| 1110 | quick_actions: | 1117 | quick_actions: |
| 1111 | dependency: "direct main" | 1118 | dependency: "direct main" |
| 1112 | description: | 1119 | description: |
| 1113 | name: quick_actions | 1120 | name: quick_actions |
| 1114 | - url: "https://pub.dartlang.org" | 1121 | + url: "https://pub.flutter-io.cn" |
| 1115 | source: hosted | 1122 | source: hosted |
| 1116 | version: "0.6.0+11" | 1123 | version: "0.6.0+11" |
| 1117 | quick_actions_android: | 1124 | quick_actions_android: |
| 1118 | dependency: transitive | 1125 | dependency: transitive |
| 1119 | description: | 1126 | description: |
| 1120 | name: quick_actions_android | 1127 | name: quick_actions_android |
| 1121 | - url: "https://pub.dartlang.org" | 1128 | + url: "https://pub.flutter-io.cn" |
| 1122 | source: hosted | 1129 | source: hosted |
| 1123 | version: "0.6.2" | 1130 | version: "0.6.2" |
| 1124 | quick_actions_ios: | 1131 | quick_actions_ios: |
| 1125 | dependency: transitive | 1132 | dependency: transitive |
| 1126 | description: | 1133 | description: |
| 1127 | name: quick_actions_ios | 1134 | name: quick_actions_ios |
| 1128 | - url: "https://pub.dartlang.org" | 1135 | + url: "https://pub.flutter-io.cn" |
| 1129 | source: hosted | 1136 | source: hosted |
| 1130 | version: "0.6.0+14" | 1137 | version: "0.6.0+14" |
| 1131 | quick_actions_platform_interface: | 1138 | quick_actions_platform_interface: |
| 1132 | dependency: transitive | 1139 | dependency: transitive |
| 1133 | description: | 1140 | description: |
| 1134 | name: quick_actions_platform_interface | 1141 | name: quick_actions_platform_interface |
| 1135 | - url: "https://pub.dartlang.org" | 1142 | + url: "https://pub.flutter-io.cn" |
| 1136 | source: hosted | 1143 | source: hosted |
| 1137 | version: "1.0.3" | 1144 | version: "1.0.3" |
| 1138 | quiver: | 1145 | quiver: |
| 1139 | dependency: transitive | 1146 | dependency: transitive |
| 1140 | description: | 1147 | description: |
| 1141 | name: quiver | 1148 | name: quiver |
| 1142 | - url: "https://pub.dartlang.org" | 1149 | + url: "https://pub.flutter-io.cn" |
| 1143 | source: hosted | 1150 | source: hosted |
| 1144 | version: "3.1.0" | 1151 | version: "3.1.0" |
| 1145 | rational: | 1152 | rational: |
| 1146 | dependency: transitive | 1153 | dependency: transitive |
| 1147 | description: | 1154 | description: |
| 1148 | name: rational | 1155 | name: rational |
| 1149 | - url: "https://pub.dartlang.org" | 1156 | + url: "https://pub.flutter-io.cn" |
| 1150 | source: hosted | 1157 | source: hosted |
| 1151 | version: "1.2.1" | 1158 | version: "1.2.1" |
| 1152 | recase: | 1159 | recase: |
| 1153 | dependency: transitive | 1160 | dependency: transitive |
| 1154 | description: | 1161 | description: |
| 1155 | name: recase | 1162 | name: recase |
| 1156 | - url: "https://pub.dartlang.org" | 1163 | + url: "https://pub.flutter-io.cn" |
| 1157 | source: hosted | 1164 | source: hosted |
| 1158 | version: "4.1.0" | 1165 | version: "4.1.0" |
| 1159 | rxdart: | 1166 | rxdart: |
| 1160 | dependency: "direct main" | 1167 | dependency: "direct main" |
| 1161 | description: | 1168 | description: |
| 1162 | name: rxdart | 1169 | name: rxdart |
| 1163 | - url: "https://pub.dartlang.org" | 1170 | + url: "https://pub.flutter-io.cn" |
| 1164 | source: hosted | 1171 | source: hosted |
| 1165 | - version: "0.27.5" | 1172 | + version: "0.27.7" |
| 1166 | safemap: | 1173 | safemap: |
| 1167 | dependency: "direct main" | 1174 | dependency: "direct main" |
| 1168 | description: | 1175 | description: |
| 1169 | name: safemap | 1176 | name: safemap |
| 1170 | - url: "https://pub.dartlang.org" | 1177 | + url: "https://pub.flutter-io.cn" |
| 1171 | source: hosted | 1178 | source: hosted |
| 1172 | version: "2.1.0" | 1179 | version: "2.1.0" |
| 1173 | share_plus: | 1180 | share_plus: |
| 1174 | dependency: "direct main" | 1181 | dependency: "direct main" |
| 1175 | description: | 1182 | description: |
| 1176 | name: share_plus | 1183 | name: share_plus |
| 1177 | - url: "https://pub.dartlang.org" | 1184 | + url: "https://pub.flutter-io.cn" |
| 1178 | source: hosted | 1185 | source: hosted |
| 1179 | version: "4.5.3" | 1186 | version: "4.5.3" |
| 1180 | share_plus_linux: | 1187 | share_plus_linux: |
| 1181 | dependency: transitive | 1188 | dependency: transitive |
| 1182 | description: | 1189 | description: |
| 1183 | name: share_plus_linux | 1190 | name: share_plus_linux |
| 1184 | - url: "https://pub.dartlang.org" | 1191 | + url: "https://pub.flutter-io.cn" |
| 1185 | source: hosted | 1192 | source: hosted |
| 1186 | version: "3.0.1" | 1193 | version: "3.0.1" |
| 1187 | share_plus_macos: | 1194 | share_plus_macos: |
| 1188 | dependency: transitive | 1195 | dependency: transitive |
| 1189 | description: | 1196 | description: |
| 1190 | name: share_plus_macos | 1197 | name: share_plus_macos |
| 1191 | - url: "https://pub.dartlang.org" | 1198 | + url: "https://pub.flutter-io.cn" |
| 1192 | source: hosted | 1199 | source: hosted |
| 1193 | version: "3.0.1" | 1200 | version: "3.0.1" |
| 1194 | share_plus_platform_interface: | 1201 | share_plus_platform_interface: |
| 1195 | dependency: transitive | 1202 | dependency: transitive |
| 1196 | description: | 1203 | description: |
| 1197 | name: share_plus_platform_interface | 1204 | name: share_plus_platform_interface |
| 1198 | - url: "https://pub.dartlang.org" | 1205 | + url: "https://pub.flutter-io.cn" |
| 1199 | source: hosted | 1206 | source: hosted |
| 1200 | version: "3.2.0" | 1207 | version: "3.2.0" |
| 1201 | share_plus_web: | 1208 | share_plus_web: |
| 1202 | dependency: transitive | 1209 | dependency: transitive |
| 1203 | description: | 1210 | description: |
| 1204 | name: share_plus_web | 1211 | name: share_plus_web |
| 1205 | - url: "https://pub.dartlang.org" | 1212 | + url: "https://pub.flutter-io.cn" |
| 1206 | source: hosted | 1213 | source: hosted |
| 1207 | version: "3.1.0" | 1214 | version: "3.1.0" |
| 1208 | share_plus_windows: | 1215 | share_plus_windows: |
| 1209 | dependency: transitive | 1216 | dependency: transitive |
| 1210 | description: | 1217 | description: |
| 1211 | name: share_plus_windows | 1218 | name: share_plus_windows |
| 1212 | - url: "https://pub.dartlang.org" | 1219 | + url: "https://pub.flutter-io.cn" |
| 1213 | source: hosted | 1220 | source: hosted |
| 1214 | version: "3.0.1" | 1221 | version: "3.0.1" |
| 1215 | shared_preferences: | 1222 | shared_preferences: |
| 1216 | dependency: transitive | 1223 | dependency: transitive |
| 1217 | description: | 1224 | description: |
| 1218 | name: shared_preferences | 1225 | name: shared_preferences |
| 1219 | - url: "https://pub.dartlang.org" | 1226 | + url: "https://pub.flutter-io.cn" |
| 1220 | source: hosted | 1227 | source: hosted |
| 1221 | version: "2.0.15" | 1228 | version: "2.0.15" |
| 1222 | shared_preferences_android: | 1229 | shared_preferences_android: |
| 1223 | dependency: transitive | 1230 | dependency: transitive |
| 1224 | description: | 1231 | description: |
| 1225 | name: shared_preferences_android | 1232 | name: shared_preferences_android |
| 1226 | - url: "https://pub.dartlang.org" | 1233 | + url: "https://pub.flutter-io.cn" |
| 1227 | source: hosted | 1234 | source: hosted |
| 1228 | version: "2.0.14" | 1235 | version: "2.0.14" |
| 1229 | shared_preferences_ios: | 1236 | shared_preferences_ios: |
| 1230 | dependency: transitive | 1237 | dependency: transitive |
| 1231 | description: | 1238 | description: |
| 1232 | name: shared_preferences_ios | 1239 | name: shared_preferences_ios |
| 1233 | - url: "https://pub.dartlang.org" | 1240 | + url: "https://pub.flutter-io.cn" |
| 1234 | source: hosted | 1241 | source: hosted |
| 1235 | version: "2.1.1" | 1242 | version: "2.1.1" |
| 1236 | shared_preferences_linux: | 1243 | shared_preferences_linux: |
| 1237 | dependency: transitive | 1244 | dependency: transitive |
| 1238 | description: | 1245 | description: |
| 1239 | name: shared_preferences_linux | 1246 | name: shared_preferences_linux |
| 1240 | - url: "https://pub.dartlang.org" | 1247 | + url: "https://pub.flutter-io.cn" |
| 1241 | source: hosted | 1248 | source: hosted |
| 1242 | - version: "2.1.1" | 1249 | + version: "2.1.2" |
| 1243 | shared_preferences_macos: | 1250 | shared_preferences_macos: |
| 1244 | dependency: transitive | 1251 | dependency: transitive |
| 1245 | description: | 1252 | description: |
| 1246 | name: shared_preferences_macos | 1253 | name: shared_preferences_macos |
| 1247 | - url: "https://pub.dartlang.org" | 1254 | + url: "https://pub.flutter-io.cn" |
| 1248 | source: hosted | 1255 | source: hosted |
| 1249 | version: "2.0.4" | 1256 | version: "2.0.4" |
| 1250 | shared_preferences_platform_interface: | 1257 | shared_preferences_platform_interface: |
| 1251 | dependency: transitive | 1258 | dependency: transitive |
| 1252 | description: | 1259 | description: |
| 1253 | name: shared_preferences_platform_interface | 1260 | name: shared_preferences_platform_interface |
| 1254 | - url: "https://pub.dartlang.org" | 1261 | + url: "https://pub.flutter-io.cn" |
| 1255 | source: hosted | 1262 | source: hosted |
| 1256 | version: "2.1.0" | 1263 | version: "2.1.0" |
| 1257 | shared_preferences_web: | 1264 | shared_preferences_web: |
| 1258 | dependency: transitive | 1265 | dependency: transitive |
| 1259 | description: | 1266 | description: |
| 1260 | name: shared_preferences_web | 1267 | name: shared_preferences_web |
| 1261 | - url: "https://pub.dartlang.org" | 1268 | + url: "https://pub.flutter-io.cn" |
| 1262 | source: hosted | 1269 | source: hosted |
| 1263 | version: "2.0.4" | 1270 | version: "2.0.4" |
| 1264 | shared_preferences_windows: | 1271 | shared_preferences_windows: |
| 1265 | dependency: transitive | 1272 | dependency: transitive |
| 1266 | description: | 1273 | description: |
| 1267 | name: shared_preferences_windows | 1274 | name: shared_preferences_windows |
| 1268 | - url: "https://pub.dartlang.org" | 1275 | + url: "https://pub.flutter-io.cn" |
| 1269 | source: hosted | 1276 | source: hosted |
| 1270 | - version: "2.1.1" | 1277 | + version: "2.1.2" |
| 1271 | shelf: | 1278 | shelf: |
| 1272 | dependency: transitive | 1279 | dependency: transitive |
| 1273 | description: | 1280 | description: |
| 1274 | name: shelf | 1281 | name: shelf |
| 1275 | - url: "https://pub.dartlang.org" | 1282 | + url: "https://pub.flutter-io.cn" |
| 1276 | source: hosted | 1283 | source: hosted |
| 1277 | version: "1.4.0" | 1284 | version: "1.4.0" |
| 1278 | shelf_packages_handler: | 1285 | shelf_packages_handler: |
| 1279 | dependency: transitive | 1286 | dependency: transitive |
| 1280 | description: | 1287 | description: |
| 1281 | name: shelf_packages_handler | 1288 | name: shelf_packages_handler |
| 1282 | - url: "https://pub.dartlang.org" | 1289 | + url: "https://pub.flutter-io.cn" |
| 1283 | source: hosted | 1290 | source: hosted |
| 1284 | version: "3.0.1" | 1291 | version: "3.0.1" |
| 1285 | shelf_static: | 1292 | shelf_static: |
| 1286 | dependency: transitive | 1293 | dependency: transitive |
| 1287 | description: | 1294 | description: |
| 1288 | name: shelf_static | 1295 | name: shelf_static |
| 1289 | - url: "https://pub.dartlang.org" | 1296 | + url: "https://pub.flutter-io.cn" |
| 1290 | source: hosted | 1297 | source: hosted |
| 1291 | version: "1.1.1" | 1298 | version: "1.1.1" |
| 1292 | shelf_web_socket: | 1299 | shelf_web_socket: |
| 1293 | dependency: transitive | 1300 | dependency: transitive |
| 1294 | description: | 1301 | description: |
| 1295 | name: shelf_web_socket | 1302 | name: shelf_web_socket |
| 1296 | - url: "https://pub.dartlang.org" | 1303 | + url: "https://pub.flutter-io.cn" |
| 1297 | source: hosted | 1304 | source: hosted |
| 1298 | version: "1.0.3" | 1305 | version: "1.0.3" |
| 1299 | sign_in_with_apple: | 1306 | sign_in_with_apple: |
| 1300 | dependency: "direct main" | 1307 | dependency: "direct main" |
| 1301 | description: | 1308 | description: |
| 1302 | name: sign_in_with_apple | 1309 | name: sign_in_with_apple |
| 1303 | - url: "https://pub.dartlang.org" | 1310 | + url: "https://pub.flutter-io.cn" |
| 1304 | source: hosted | 1311 | source: hosted |
| 1305 | version: "4.2.0" | 1312 | version: "4.2.0" |
| 1306 | sign_in_with_apple_platform_interface: | 1313 | sign_in_with_apple_platform_interface: |
| 1307 | dependency: transitive | 1314 | dependency: transitive |
| 1308 | description: | 1315 | description: |
| 1309 | name: sign_in_with_apple_platform_interface | 1316 | name: sign_in_with_apple_platform_interface |
| 1310 | - url: "https://pub.dartlang.org" | 1317 | + url: "https://pub.flutter-io.cn" |
| 1311 | source: hosted | 1318 | source: hosted |
| 1312 | version: "1.0.0" | 1319 | version: "1.0.0" |
| 1313 | sign_in_with_apple_web: | 1320 | sign_in_with_apple_web: |
| 1314 | dependency: transitive | 1321 | dependency: transitive |
| 1315 | description: | 1322 | description: |
| 1316 | name: sign_in_with_apple_web | 1323 | name: sign_in_with_apple_web |
| 1317 | - url: "https://pub.dartlang.org" | 1324 | + url: "https://pub.flutter-io.cn" |
| 1318 | source: hosted | 1325 | source: hosted |
| 1319 | version: "1.0.1" | 1326 | version: "1.0.1" |
| 1320 | sky_engine: | 1327 | sky_engine: |
| ... | @@ -1326,422 +1333,422 @@ packages: | ... | @@ -1326,422 +1333,422 @@ packages: |
| 1326 | dependency: transitive | 1333 | dependency: transitive |
| 1327 | description: | 1334 | description: |
| 1328 | name: source_gen | 1335 | name: source_gen |
| 1329 | - url: "https://pub.dartlang.org" | 1336 | + url: "https://pub.flutter-io.cn" |
| 1330 | source: hosted | 1337 | source: hosted |
| 1331 | version: "1.2.6" | 1338 | version: "1.2.6" |
| 1332 | source_helper: | 1339 | source_helper: |
| 1333 | dependency: transitive | 1340 | dependency: transitive |
| 1334 | description: | 1341 | description: |
| 1335 | name: source_helper | 1342 | name: source_helper |
| 1336 | - url: "https://pub.dartlang.org" | 1343 | + url: "https://pub.flutter-io.cn" |
| 1337 | source: hosted | 1344 | source: hosted |
| 1338 | version: "1.3.3" | 1345 | version: "1.3.3" |
| 1339 | source_map_stack_trace: | 1346 | source_map_stack_trace: |
| 1340 | dependency: transitive | 1347 | dependency: transitive |
| 1341 | description: | 1348 | description: |
| 1342 | name: source_map_stack_trace | 1349 | name: source_map_stack_trace |
| 1343 | - url: "https://pub.dartlang.org" | 1350 | + url: "https://pub.flutter-io.cn" |
| 1344 | source: hosted | 1351 | source: hosted |
| 1345 | version: "2.1.1" | 1352 | version: "2.1.1" |
| 1346 | source_maps: | 1353 | source_maps: |
| 1347 | dependency: transitive | 1354 | dependency: transitive |
| 1348 | description: | 1355 | description: |
| 1349 | name: source_maps | 1356 | name: source_maps |
| 1350 | - url: "https://pub.dartlang.org" | 1357 | + url: "https://pub.flutter-io.cn" |
| 1351 | source: hosted | 1358 | source: hosted |
| 1352 | - version: "0.10.11" | 1359 | + version: "0.10.10" |
| 1353 | source_span: | 1360 | source_span: |
| 1354 | dependency: transitive | 1361 | dependency: transitive |
| 1355 | description: | 1362 | description: |
| 1356 | name: source_span | 1363 | name: source_span |
| 1357 | - url: "https://pub.dartlang.org" | 1364 | + url: "https://pub.flutter-io.cn" |
| 1358 | source: hosted | 1365 | source: hosted |
| 1359 | version: "1.9.0" | 1366 | version: "1.9.0" |
| 1360 | sp_util: | 1367 | sp_util: |
| 1361 | dependency: transitive | 1368 | dependency: transitive |
| 1362 | description: | 1369 | description: |
| 1363 | name: sp_util | 1370 | name: sp_util |
| 1364 | - url: "https://pub.dartlang.org" | 1371 | + url: "https://pub.flutter-io.cn" |
| 1365 | source: hosted | 1372 | source: hosted |
| 1366 | version: "2.0.3" | 1373 | version: "2.0.3" |
| 1367 | sprintf: | 1374 | sprintf: |
| 1368 | dependency: "direct main" | 1375 | dependency: "direct main" |
| 1369 | description: | 1376 | description: |
| 1370 | name: sprintf | 1377 | name: sprintf |
| 1371 | - url: "https://pub.dartlang.org" | 1378 | + url: "https://pub.flutter-io.cn" |
| 1372 | source: hosted | 1379 | source: hosted |
| 1373 | version: "6.0.2" | 1380 | version: "6.0.2" |
| 1374 | sqflite: | 1381 | sqflite: |
| 1375 | dependency: transitive | 1382 | dependency: transitive |
| 1376 | description: | 1383 | description: |
| 1377 | name: sqflite | 1384 | name: sqflite |
| 1378 | - url: "https://pub.dartlang.org" | 1385 | + url: "https://pub.flutter-io.cn" |
| 1379 | source: hosted | 1386 | source: hosted |
| 1380 | - version: "2.2.0+3" | 1387 | + version: "2.0.3+1" |
| 1381 | sqflite_common: | 1388 | sqflite_common: |
| 1382 | dependency: transitive | 1389 | dependency: transitive |
| 1383 | description: | 1390 | description: |
| 1384 | name: sqflite_common | 1391 | name: sqflite_common |
| 1385 | - url: "https://pub.dartlang.org" | 1392 | + url: "https://pub.flutter-io.cn" |
| 1386 | source: hosted | 1393 | source: hosted |
| 1387 | - version: "2.4.0+2" | 1394 | + version: "2.4.0" |
| 1388 | stack_trace: | 1395 | stack_trace: |
| 1389 | dependency: transitive | 1396 | dependency: transitive |
| 1390 | description: | 1397 | description: |
| 1391 | name: stack_trace | 1398 | name: stack_trace |
| 1392 | - url: "https://pub.dartlang.org" | 1399 | + url: "https://pub.flutter-io.cn" |
| 1393 | source: hosted | 1400 | source: hosted |
| 1394 | version: "1.10.0" | 1401 | version: "1.10.0" |
| 1395 | sticky_headers: | 1402 | sticky_headers: |
| 1396 | dependency: "direct main" | 1403 | dependency: "direct main" |
| 1397 | description: | 1404 | description: |
| 1398 | name: sticky_headers | 1405 | name: sticky_headers |
| 1399 | - url: "https://pub.dartlang.org" | 1406 | + url: "https://pub.flutter-io.cn" |
| 1400 | source: hosted | 1407 | source: hosted |
| 1401 | version: "0.3.0+2" | 1408 | version: "0.3.0+2" |
| 1402 | stream_channel: | 1409 | stream_channel: |
| 1403 | dependency: transitive | 1410 | dependency: transitive |
| 1404 | description: | 1411 | description: |
| 1405 | name: stream_channel | 1412 | name: stream_channel |
| 1406 | - url: "https://pub.dartlang.org" | 1413 | + url: "https://pub.flutter-io.cn" |
| 1407 | source: hosted | 1414 | source: hosted |
| 1408 | version: "2.1.0" | 1415 | version: "2.1.0" |
| 1409 | stream_transform: | 1416 | stream_transform: |
| 1410 | dependency: transitive | 1417 | dependency: transitive |
| 1411 | description: | 1418 | description: |
| 1412 | name: stream_transform | 1419 | name: stream_transform |
| 1413 | - url: "https://pub.dartlang.org" | 1420 | + url: "https://pub.flutter-io.cn" |
| 1414 | source: hosted | 1421 | source: hosted |
| 1415 | version: "2.1.0" | 1422 | version: "2.1.0" |
| 1416 | string_scanner: | 1423 | string_scanner: |
| 1417 | dependency: transitive | 1424 | dependency: transitive |
| 1418 | description: | 1425 | description: |
| 1419 | name: string_scanner | 1426 | name: string_scanner |
| 1420 | - url: "https://pub.dartlang.org" | 1427 | + url: "https://pub.flutter-io.cn" |
| 1421 | source: hosted | 1428 | source: hosted |
| 1422 | version: "1.1.1" | 1429 | version: "1.1.1" |
| 1423 | sync_http: | 1430 | sync_http: |
| 1424 | dependency: transitive | 1431 | dependency: transitive |
| 1425 | description: | 1432 | description: |
| 1426 | name: sync_http | 1433 | name: sync_http |
| 1427 | - url: "https://pub.dartlang.org" | 1434 | + url: "https://pub.flutter-io.cn" |
| 1428 | source: hosted | 1435 | source: hosted |
| 1429 | version: "0.3.1" | 1436 | version: "0.3.1" |
| 1430 | synchronized: | 1437 | synchronized: |
| 1431 | dependency: transitive | 1438 | dependency: transitive |
| 1432 | description: | 1439 | description: |
| 1433 | name: synchronized | 1440 | name: synchronized |
| 1434 | - url: "https://pub.dartlang.org" | 1441 | + url: "https://pub.flutter-io.cn" |
| 1435 | source: hosted | 1442 | source: hosted |
| 1436 | version: "3.0.0+3" | 1443 | version: "3.0.0+3" |
| 1437 | tapped: | 1444 | tapped: |
| 1438 | dependency: "direct main" | 1445 | dependency: "direct main" |
| 1439 | description: | 1446 | description: |
| 1440 | name: tapped | 1447 | name: tapped |
| 1441 | - url: "https://pub.dartlang.org" | 1448 | + url: "https://pub.flutter-io.cn" |
| 1442 | source: hosted | 1449 | source: hosted |
| 1443 | version: "2.0.0" | 1450 | version: "2.0.0" |
| 1444 | term_glyph: | 1451 | term_glyph: |
| 1445 | dependency: transitive | 1452 | dependency: transitive |
| 1446 | description: | 1453 | description: |
| 1447 | name: term_glyph | 1454 | name: term_glyph |
| 1448 | - url: "https://pub.dartlang.org" | 1455 | + url: "https://pub.flutter-io.cn" |
| 1449 | source: hosted | 1456 | source: hosted |
| 1450 | version: "1.2.1" | 1457 | version: "1.2.1" |
| 1451 | test: | 1458 | test: |
| 1452 | dependency: "direct dev" | 1459 | dependency: "direct dev" |
| 1453 | description: | 1460 | description: |
| 1454 | name: test | 1461 | name: test |
| 1455 | - url: "https://pub.dartlang.org" | 1462 | + url: "https://pub.flutter-io.cn" |
| 1456 | source: hosted | 1463 | source: hosted |
| 1457 | version: "1.21.4" | 1464 | version: "1.21.4" |
| 1458 | test_api: | 1465 | test_api: |
| 1459 | dependency: transitive | 1466 | dependency: transitive |
| 1460 | description: | 1467 | description: |
| 1461 | name: test_api | 1468 | name: test_api |
| 1462 | - url: "https://pub.dartlang.org" | 1469 | + url: "https://pub.flutter-io.cn" |
| 1463 | source: hosted | 1470 | source: hosted |
| 1464 | version: "0.4.12" | 1471 | version: "0.4.12" |
| 1465 | test_core: | 1472 | test_core: |
| 1466 | dependency: transitive | 1473 | dependency: transitive |
| 1467 | description: | 1474 | description: |
| 1468 | name: test_core | 1475 | name: test_core |
| 1469 | - url: "https://pub.dartlang.org" | 1476 | + url: "https://pub.flutter-io.cn" |
| 1470 | source: hosted | 1477 | source: hosted |
| 1471 | version: "0.4.16" | 1478 | version: "0.4.16" |
| 1472 | timing: | 1479 | timing: |
| 1473 | dependency: transitive | 1480 | dependency: transitive |
| 1474 | description: | 1481 | description: |
| 1475 | name: timing | 1482 | name: timing |
| 1476 | - url: "https://pub.dartlang.org" | 1483 | + url: "https://pub.flutter-io.cn" |
| 1477 | source: hosted | 1484 | source: hosted |
| 1478 | version: "1.0.0" | 1485 | version: "1.0.0" |
| 1479 | twitter_login: | 1486 | twitter_login: |
| 1480 | dependency: "direct main" | 1487 | dependency: "direct main" |
| 1481 | description: | 1488 | description: |
| 1482 | name: twitter_login | 1489 | name: twitter_login |
| 1483 | - url: "https://pub.dartlang.org" | 1490 | + url: "https://pub.flutter-io.cn" |
| 1484 | source: hosted | 1491 | source: hosted |
| 1485 | version: "4.2.3" | 1492 | version: "4.2.3" |
| 1486 | typed_data: | 1493 | typed_data: |
| 1487 | dependency: transitive | 1494 | dependency: transitive |
| 1488 | description: | 1495 | description: |
| 1489 | name: typed_data | 1496 | name: typed_data |
| 1490 | - url: "https://pub.dartlang.org" | 1497 | + url: "https://pub.flutter-io.cn" |
| 1491 | source: hosted | 1498 | source: hosted |
| 1492 | version: "1.3.1" | 1499 | version: "1.3.1" |
| 1493 | universal_io: | 1500 | universal_io: |
| 1494 | dependency: transitive | 1501 | dependency: transitive |
| 1495 | description: | 1502 | description: |
| 1496 | name: universal_io | 1503 | name: universal_io |
| 1497 | - url: "https://pub.dartlang.org" | 1504 | + url: "https://pub.flutter-io.cn" |
| 1498 | source: hosted | 1505 | source: hosted |
| 1499 | version: "2.0.4" | 1506 | version: "2.0.4" |
| 1500 | url_launcher: | 1507 | url_launcher: |
| 1501 | dependency: "direct main" | 1508 | dependency: "direct main" |
| 1502 | description: | 1509 | description: |
| 1503 | name: url_launcher | 1510 | name: url_launcher |
| 1504 | - url: "https://pub.dartlang.org" | 1511 | + url: "https://pub.flutter-io.cn" |
| 1505 | source: hosted | 1512 | source: hosted |
| 1506 | - version: "6.1.6" | 1513 | + version: "6.1.7" |
| 1507 | url_launcher_android: | 1514 | url_launcher_android: |
| 1508 | dependency: transitive | 1515 | dependency: transitive |
| 1509 | description: | 1516 | description: |
| 1510 | name: url_launcher_android | 1517 | name: url_launcher_android |
| 1511 | - url: "https://pub.dartlang.org" | 1518 | + url: "https://pub.flutter-io.cn" |
| 1512 | source: hosted | 1519 | source: hosted |
| 1513 | - version: "6.0.21" | 1520 | + version: "6.0.22" |
| 1514 | url_launcher_ios: | 1521 | url_launcher_ios: |
| 1515 | dependency: transitive | 1522 | dependency: transitive |
| 1516 | description: | 1523 | description: |
| 1517 | name: url_launcher_ios | 1524 | name: url_launcher_ios |
| 1518 | - url: "https://pub.dartlang.org" | 1525 | + url: "https://pub.flutter-io.cn" |
| 1519 | source: hosted | 1526 | source: hosted |
| 1520 | version: "6.0.17" | 1527 | version: "6.0.17" |
| 1521 | url_launcher_linux: | 1528 | url_launcher_linux: |
| 1522 | dependency: transitive | 1529 | dependency: transitive |
| 1523 | description: | 1530 | description: |
| 1524 | name: url_launcher_linux | 1531 | name: url_launcher_linux |
| 1525 | - url: "https://pub.dartlang.org" | 1532 | + url: "https://pub.flutter-io.cn" |
| 1526 | source: hosted | 1533 | source: hosted |
| 1527 | version: "3.0.1" | 1534 | version: "3.0.1" |
| 1528 | url_launcher_macos: | 1535 | url_launcher_macos: |
| 1529 | dependency: transitive | 1536 | dependency: transitive |
| 1530 | description: | 1537 | description: |
| 1531 | name: url_launcher_macos | 1538 | name: url_launcher_macos |
| 1532 | - url: "https://pub.dartlang.org" | 1539 | + url: "https://pub.flutter-io.cn" |
| 1533 | source: hosted | 1540 | source: hosted |
| 1534 | version: "3.0.1" | 1541 | version: "3.0.1" |
| 1535 | url_launcher_platform_interface: | 1542 | url_launcher_platform_interface: |
| 1536 | dependency: transitive | 1543 | dependency: transitive |
| 1537 | description: | 1544 | description: |
| 1538 | name: url_launcher_platform_interface | 1545 | name: url_launcher_platform_interface |
| 1539 | - url: "https://pub.dartlang.org" | 1546 | + url: "https://pub.flutter-io.cn" |
| 1540 | source: hosted | 1547 | source: hosted |
| 1541 | version: "2.1.1" | 1548 | version: "2.1.1" |
| 1542 | url_launcher_web: | 1549 | url_launcher_web: |
| 1543 | dependency: transitive | 1550 | dependency: transitive |
| 1544 | description: | 1551 | description: |
| 1545 | name: url_launcher_web | 1552 | name: url_launcher_web |
| 1546 | - url: "https://pub.dartlang.org" | 1553 | + url: "https://pub.flutter-io.cn" |
| 1547 | source: hosted | 1554 | source: hosted |
| 1548 | version: "2.0.13" | 1555 | version: "2.0.13" |
| 1549 | url_launcher_windows: | 1556 | url_launcher_windows: |
| 1550 | dependency: transitive | 1557 | dependency: transitive |
| 1551 | description: | 1558 | description: |
| 1552 | name: url_launcher_windows | 1559 | name: url_launcher_windows |
| 1553 | - url: "https://pub.dartlang.org" | 1560 | + url: "https://pub.flutter-io.cn" |
| 1554 | source: hosted | 1561 | source: hosted |
| 1555 | version: "3.0.1" | 1562 | version: "3.0.1" |
| 1556 | url_strategy: | 1563 | url_strategy: |
| 1557 | dependency: "direct main" | 1564 | dependency: "direct main" |
| 1558 | description: | 1565 | description: |
| 1559 | name: url_strategy | 1566 | name: url_strategy |
| 1560 | - url: "https://pub.dartlang.org" | 1567 | + url: "https://pub.flutter-io.cn" |
| 1561 | source: hosted | 1568 | source: hosted |
| 1562 | version: "0.2.0" | 1569 | version: "0.2.0" |
| 1563 | uuid: | 1570 | uuid: |
| 1564 | dependency: transitive | 1571 | dependency: transitive |
| 1565 | description: | 1572 | description: |
| 1566 | name: uuid | 1573 | name: uuid |
| 1567 | - url: "https://pub.dartlang.org" | 1574 | + url: "https://pub.flutter-io.cn" |
| 1568 | source: hosted | 1575 | source: hosted |
| 1569 | - version: "3.0.6" | 1576 | + version: "3.0.7" |
| 1570 | vector_math: | 1577 | vector_math: |
| 1571 | dependency: transitive | 1578 | dependency: transitive |
| 1572 | description: | 1579 | description: |
| 1573 | name: vector_math | 1580 | name: vector_math |
| 1574 | - url: "https://pub.dartlang.org" | 1581 | + url: "https://pub.flutter-io.cn" |
| 1575 | source: hosted | 1582 | source: hosted |
| 1576 | version: "2.1.2" | 1583 | version: "2.1.2" |
| 1577 | vibration: | 1584 | vibration: |
| 1578 | dependency: "direct main" | 1585 | dependency: "direct main" |
| 1579 | description: | 1586 | description: |
| 1580 | name: vibration | 1587 | name: vibration |
| 1581 | - url: "https://pub.dartlang.org" | 1588 | + url: "https://pub.flutter-io.cn" |
| 1582 | source: hosted | 1589 | source: hosted |
| 1583 | version: "1.7.6" | 1590 | version: "1.7.6" |
| 1584 | video_player: | 1591 | video_player: |
| 1585 | dependency: "direct main" | 1592 | dependency: "direct main" |
| 1586 | description: | 1593 | description: |
| 1587 | name: video_player | 1594 | name: video_player |
| 1588 | - url: "https://pub.dartlang.org" | 1595 | + url: "https://pub.flutter-io.cn" |
| 1589 | source: hosted | 1596 | source: hosted |
| 1590 | - version: "2.4.7" | 1597 | + version: "2.4.9" |
| 1591 | video_player_android: | 1598 | video_player_android: |
| 1592 | dependency: transitive | 1599 | dependency: transitive |
| 1593 | description: | 1600 | description: |
| 1594 | name: video_player_android | 1601 | name: video_player_android |
| 1595 | - url: "https://pub.dartlang.org" | 1602 | + url: "https://pub.flutter-io.cn" |
| 1596 | source: hosted | 1603 | source: hosted |
| 1597 | version: "2.3.9" | 1604 | version: "2.3.9" |
| 1598 | video_player_avfoundation: | 1605 | video_player_avfoundation: |
| 1599 | dependency: transitive | 1606 | dependency: transitive |
| 1600 | description: | 1607 | description: |
| 1601 | name: video_player_avfoundation | 1608 | name: video_player_avfoundation |
| 1602 | - url: "https://pub.dartlang.org" | 1609 | + url: "https://pub.flutter-io.cn" |
| 1603 | source: hosted | 1610 | source: hosted |
| 1604 | version: "2.3.7" | 1611 | version: "2.3.7" |
| 1605 | video_player_platform_interface: | 1612 | video_player_platform_interface: |
| 1606 | dependency: transitive | 1613 | dependency: transitive |
| 1607 | description: | 1614 | description: |
| 1608 | name: video_player_platform_interface | 1615 | name: video_player_platform_interface |
| 1609 | - url: "https://pub.dartlang.org" | 1616 | + url: "https://pub.flutter-io.cn" |
| 1610 | source: hosted | 1617 | source: hosted |
| 1611 | version: "5.1.4" | 1618 | version: "5.1.4" |
| 1612 | video_player_web: | 1619 | video_player_web: |
| 1613 | dependency: transitive | 1620 | dependency: transitive |
| 1614 | description: | 1621 | description: |
| 1615 | name: video_player_web | 1622 | name: video_player_web |
| 1616 | - url: "https://pub.dartlang.org" | 1623 | + url: "https://pub.flutter-io.cn" |
| 1617 | source: hosted | 1624 | source: hosted |
| 1618 | version: "2.0.12" | 1625 | version: "2.0.12" |
| 1619 | vm_service: | 1626 | vm_service: |
| 1620 | dependency: transitive | 1627 | dependency: transitive |
| 1621 | description: | 1628 | description: |
| 1622 | name: vm_service | 1629 | name: vm_service |
| 1623 | - url: "https://pub.dartlang.org" | 1630 | + url: "https://pub.flutter-io.cn" |
| 1624 | source: hosted | 1631 | source: hosted |
| 1625 | version: "9.0.0" | 1632 | version: "9.0.0" |
| 1626 | wakelock: | 1633 | wakelock: |
| 1627 | dependency: "direct main" | 1634 | dependency: "direct main" |
| 1628 | description: | 1635 | description: |
| 1629 | name: wakelock | 1636 | name: wakelock |
| 1630 | - url: "https://pub.dartlang.org" | 1637 | + url: "https://pub.flutter-io.cn" |
| 1631 | source: hosted | 1638 | source: hosted |
| 1632 | version: "0.6.2" | 1639 | version: "0.6.2" |
| 1633 | wakelock_macos: | 1640 | wakelock_macos: |
| 1634 | dependency: transitive | 1641 | dependency: transitive |
| 1635 | description: | 1642 | description: |
| 1636 | name: wakelock_macos | 1643 | name: wakelock_macos |
| 1637 | - url: "https://pub.dartlang.org" | 1644 | + url: "https://pub.flutter-io.cn" |
| 1638 | source: hosted | 1645 | source: hosted |
| 1639 | version: "0.4.0" | 1646 | version: "0.4.0" |
| 1640 | wakelock_platform_interface: | 1647 | wakelock_platform_interface: |
| 1641 | dependency: transitive | 1648 | dependency: transitive |
| 1642 | description: | 1649 | description: |
| 1643 | name: wakelock_platform_interface | 1650 | name: wakelock_platform_interface |
| 1644 | - url: "https://pub.dartlang.org" | 1651 | + url: "https://pub.flutter-io.cn" |
| 1645 | source: hosted | 1652 | source: hosted |
| 1646 | version: "0.3.0" | 1653 | version: "0.3.0" |
| 1647 | wakelock_web: | 1654 | wakelock_web: |
| 1648 | dependency: transitive | 1655 | dependency: transitive |
| 1649 | description: | 1656 | description: |
| 1650 | name: wakelock_web | 1657 | name: wakelock_web |
| 1651 | - url: "https://pub.dartlang.org" | 1658 | + url: "https://pub.flutter-io.cn" |
| 1652 | source: hosted | 1659 | source: hosted |
| 1653 | version: "0.4.0" | 1660 | version: "0.4.0" |
| 1654 | wakelock_windows: | 1661 | wakelock_windows: |
| 1655 | dependency: transitive | 1662 | dependency: transitive |
| 1656 | description: | 1663 | description: |
| 1657 | name: wakelock_windows | 1664 | name: wakelock_windows |
| 1658 | - url: "https://pub.dartlang.org" | 1665 | + url: "https://pub.flutter-io.cn" |
| 1659 | source: hosted | 1666 | source: hosted |
| 1660 | version: "0.2.0" | 1667 | version: "0.2.0" |
| 1661 | watcher: | 1668 | watcher: |
| 1662 | dependency: transitive | 1669 | dependency: transitive |
| 1663 | description: | 1670 | description: |
| 1664 | name: watcher | 1671 | name: watcher |
| 1665 | - url: "https://pub.dartlang.org" | 1672 | + url: "https://pub.flutter-io.cn" |
| 1666 | source: hosted | 1673 | source: hosted |
| 1667 | version: "1.0.2" | 1674 | version: "1.0.2" |
| 1668 | web_socket_channel: | 1675 | web_socket_channel: |
| 1669 | dependency: transitive | 1676 | dependency: transitive |
| 1670 | description: | 1677 | description: |
| 1671 | name: web_socket_channel | 1678 | name: web_socket_channel |
| 1672 | - url: "https://pub.dartlang.org" | 1679 | + url: "https://pub.flutter-io.cn" |
| 1673 | source: hosted | 1680 | source: hosted |
| 1674 | version: "2.2.0" | 1681 | version: "2.2.0" |
| 1675 | webdriver: | 1682 | webdriver: |
| 1676 | dependency: transitive | 1683 | dependency: transitive |
| 1677 | description: | 1684 | description: |
| 1678 | name: webdriver | 1685 | name: webdriver |
| 1679 | - url: "https://pub.dartlang.org" | 1686 | + url: "https://pub.flutter-io.cn" |
| 1680 | source: hosted | 1687 | source: hosted |
| 1681 | version: "3.0.0" | 1688 | version: "3.0.0" |
| 1682 | webkit_inspection_protocol: | 1689 | webkit_inspection_protocol: |
| 1683 | dependency: transitive | 1690 | dependency: transitive |
| 1684 | description: | 1691 | description: |
| 1685 | name: webkit_inspection_protocol | 1692 | name: webkit_inspection_protocol |
| 1686 | - url: "https://pub.dartlang.org" | 1693 | + url: "https://pub.flutter-io.cn" |
| 1687 | source: hosted | 1694 | source: hosted |
| 1688 | version: "1.2.0" | 1695 | version: "1.2.0" |
| 1689 | webview_flutter: | 1696 | webview_flutter: |
| 1690 | dependency: "direct main" | 1697 | dependency: "direct main" |
| 1691 | description: | 1698 | description: |
| 1692 | name: webview_flutter | 1699 | name: webview_flutter |
| 1693 | - url: "https://pub.dartlang.org" | 1700 | + url: "https://pub.flutter-io.cn" |
| 1694 | source: hosted | 1701 | source: hosted |
| 1695 | version: "3.0.4" | 1702 | version: "3.0.4" |
| 1696 | webview_flutter_android: | 1703 | webview_flutter_android: |
| 1697 | dependency: transitive | 1704 | dependency: transitive |
| 1698 | description: | 1705 | description: |
| 1699 | name: webview_flutter_android | 1706 | name: webview_flutter_android |
| 1700 | - url: "https://pub.dartlang.org" | 1707 | + url: "https://pub.flutter-io.cn" |
| 1701 | source: hosted | 1708 | source: hosted |
| 1702 | version: "2.10.4" | 1709 | version: "2.10.4" |
| 1703 | webview_flutter_platform_interface: | 1710 | webview_flutter_platform_interface: |
| 1704 | dependency: transitive | 1711 | dependency: transitive |
| 1705 | description: | 1712 | description: |
| 1706 | name: webview_flutter_platform_interface | 1713 | name: webview_flutter_platform_interface |
| 1707 | - url: "https://pub.dartlang.org" | 1714 | + url: "https://pub.flutter-io.cn" |
| 1708 | source: hosted | 1715 | source: hosted |
| 1709 | version: "1.9.5" | 1716 | version: "1.9.5" |
| 1710 | webview_flutter_wkwebview: | 1717 | webview_flutter_wkwebview: |
| 1711 | dependency: transitive | 1718 | dependency: transitive |
| 1712 | description: | 1719 | description: |
| 1713 | name: webview_flutter_wkwebview | 1720 | name: webview_flutter_wkwebview |
| 1714 | - url: "https://pub.dartlang.org" | 1721 | + url: "https://pub.flutter-io.cn" |
| 1715 | source: hosted | 1722 | source: hosted |
| 1716 | version: "2.9.5" | 1723 | version: "2.9.5" |
| 1717 | win32: | 1724 | win32: |
| 1718 | dependency: transitive | 1725 | dependency: transitive |
| 1719 | description: | 1726 | description: |
| 1720 | name: win32 | 1727 | name: win32 |
| 1721 | - url: "https://pub.dartlang.org" | 1728 | + url: "https://pub.flutter-io.cn" |
| 1722 | source: hosted | 1729 | source: hosted |
| 1723 | version: "2.6.1" | 1730 | version: "2.6.1" |
| 1724 | xdg_directories: | 1731 | xdg_directories: |
| 1725 | dependency: transitive | 1732 | dependency: transitive |
| 1726 | description: | 1733 | description: |
| 1727 | name: xdg_directories | 1734 | name: xdg_directories |
| 1728 | - url: "https://pub.dartlang.org" | 1735 | + url: "https://pub.flutter-io.cn" |
| 1729 | source: hosted | 1736 | source: hosted |
| 1730 | version: "0.2.0+2" | 1737 | version: "0.2.0+2" |
| 1731 | xml: | 1738 | xml: |
| 1732 | dependency: transitive | 1739 | dependency: transitive |
| 1733 | description: | 1740 | description: |
| 1734 | name: xml | 1741 | name: xml |
| 1735 | - url: "https://pub.dartlang.org" | 1742 | + url: "https://pub.flutter-io.cn" |
| 1736 | source: hosted | 1743 | source: hosted |
| 1737 | version: "6.1.0" | 1744 | version: "6.1.0" |
| 1738 | yaml: | 1745 | yaml: |
| 1739 | dependency: transitive | 1746 | dependency: transitive |
| 1740 | description: | 1747 | description: |
| 1741 | name: yaml | 1748 | name: yaml |
| 1742 | - url: "https://pub.dartlang.org" | 1749 | + url: "https://pub.flutter-io.cn" |
| 1743 | source: hosted | 1750 | source: hosted |
| 1744 | version: "3.1.1" | 1751 | version: "3.1.1" |
| 1745 | sdks: | 1752 | sdks: |
| 1746 | - dart: ">=2.18.0 <3.0.0" | 1753 | + dart: ">=2.17.0 <3.0.0" |
| 1747 | - flutter: ">=3.3.0" | 1754 | + flutter: ">=3.0.0" | ... | ... |
| ... | @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev | ... | @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev |
| 15 | # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. | 15 | # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. |
| 16 | # Read more about iOS versioning at | 16 | # Read more about iOS versioning at |
| 17 | # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html | 17 | # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html |
| 18 | -version: 1.0.0+13 | 18 | +version: 1.0.0+15 |
| 19 | 19 | ||
| 20 | environment: | 20 | environment: |
| 21 | sdk: ">=2.16.2 <3.0.0" | 21 | sdk: ">=2.16.2 <3.0.0" | ... | ... |
-
Please register or login to post a comment