Showing
6 changed files
with
353 additions
and
371 deletions
... | @@ -41,18 +41,6 @@ | ... | @@ -41,18 +41,6 @@ |
41 | android:name="com.yalantis.ucrop.UCropActivity" | 41 | android:name="com.yalantis.ucrop.UCropActivity" |
42 | android:screenOrientation="portrait" | 42 | android:screenOrientation="portrait" |
43 | android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> | 43 | android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> |
44 | - <activity | ||
45 | - android:name="com.braintreepayments.api.BraintreeBrowserSwitchActivity" | ||
46 | - android:exported="true" | ||
47 | - android:launchMode="singleTask"> | ||
48 | - <intent-filter> | ||
49 | - <action android:name="android.intent.action.VIEW" /> | ||
50 | - | ||
51 | - <category android:name="android.intent.category.DEFAULT" /> | ||
52 | - <category android:name="android.intent.category.BROWSABLE" /> | ||
53 | - | ||
54 | - </intent-filter> | ||
55 | - </activity> | ||
56 | 44 | ||
57 | <meta-data | 45 | <meta-data |
58 | android:name="flutterEmbedding" | 46 | android:name="flutterEmbedding" |
... | @@ -63,17 +51,6 @@ | ... | @@ -63,17 +51,6 @@ |
63 | <meta-data | 51 | <meta-data |
64 | android:name="com.facebook.sdk.ClientToken" | 52 | android:name="com.facebook.sdk.ClientToken" |
65 | android:value="@string/facebook_client_token" /> | 53 | android:value="@string/facebook_client_token" /> |
66 | - | ||
67 | - <provider | ||
68 | - android:name="androidx.core.content.FileProvider" | ||
69 | - android:authorities="${applicationId}.com.shekarmudaliyar.social_share" | ||
70 | - android:exported="false" | ||
71 | - android:grantUriPermissions="true" | ||
72 | - tools:replace="android:authorities"> | ||
73 | - <meta-data | ||
74 | - android:name="android.support.FILE_PROVIDER_PATHS" | ||
75 | - android:resource="@xml/filepaths" /> | ||
76 | - </provider> | ||
77 | </application> | 54 | </application> |
78 | 55 | ||
79 | <queries> | 56 | <queries> |
... | @@ -87,4 +64,8 @@ | ... | @@ -87,4 +64,8 @@ |
87 | 64 | ||
88 | <uses-permission android:name="com.android.vending.BILLING" /> | 65 | <uses-permission android:name="com.android.vending.BILLING" /> |
89 | <uses-permission android:name="android.permission.INTERNET" /> | 66 | <uses-permission android:name="android.permission.INTERNET" /> |
67 | + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
68 | + <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> | ||
69 | + <uses-permission android:name="android.permission.CAMERA" /> | ||
70 | + <uses-permission android:name="android.permission.RECORD_AUDIO" /> | ||
90 | </manifest> | 71 | </manifest> | ... | ... |
1 | import 'dart:async'; | 1 | import 'dart:async'; |
2 | -import 'dart:io'; | ||
3 | -import 'dart:typed_data'; | ||
4 | - | ||
5 | import 'package:Parlando/account/account_router.dart'; | 2 | import 'package:Parlando/account/account_router.dart'; |
6 | import 'package:Parlando/events/trans_event.dart'; | 3 | import 'package:Parlando/events/trans_event.dart'; |
7 | import 'package:Parlando/home/models/home_entity.dart'; | 4 | import 'package:Parlando/home/models/home_entity.dart'; |
... | @@ -10,6 +7,7 @@ import 'package:Parlando/net/dio_utils.dart'; | ... | @@ -10,6 +7,7 @@ import 'package:Parlando/net/dio_utils.dart'; |
10 | import 'package:Parlando/net/http_api.dart'; | 7 | import 'package:Parlando/net/http_api.dart'; |
11 | import 'package:Parlando/util/toast_utils.dart'; | 8 | import 'package:Parlando/util/toast_utils.dart'; |
12 | import 'package:animated_radial_menu/animated_radial_menu.dart'; | 9 | import 'package:animated_radial_menu/animated_radial_menu.dart'; |
10 | +import 'package:dio/dio.dart'; | ||
13 | import 'package:flutter/material.dart'; | 11 | import 'package:flutter/material.dart'; |
14 | import 'package:Parlando/category/category_router.dart'; | 12 | import 'package:Parlando/category/category_router.dart'; |
15 | import 'package:Parlando/poem/poem_router.dart'; | 13 | import 'package:Parlando/poem/poem_router.dart'; |
... | @@ -25,12 +23,12 @@ import 'package:Parlando/tiktok/widgets/tiktok_video_button_column.dart'; | ... | @@ -25,12 +23,12 @@ import 'package:Parlando/tiktok/widgets/tiktok_video_button_column.dart'; |
25 | import 'package:Parlando/tiktok/widgets/tiktok_video_poem.dart'; | 23 | import 'package:Parlando/tiktok/widgets/tiktok_video_poem.dart'; |
26 | import 'package:Parlando/widgets/bars/home_types_bar.dart'; | 24 | import 'package:Parlando/widgets/bars/home_types_bar.dart'; |
27 | import 'package:Parlando/widgets/my_app_bar.dart'; | 25 | import 'package:Parlando/widgets/my_app_bar.dart'; |
28 | -import 'package:flutter/services.dart'; | 26 | +import 'package:flutter_easy_permission/easy_permissions.dart'; |
29 | import 'package:getwidget/getwidget.dart'; | 27 | import 'package:getwidget/getwidget.dart'; |
28 | +import 'package:image_gallery_saver/image_gallery_saver.dart'; | ||
30 | import 'package:path_provider/path_provider.dart'; | 29 | import 'package:path_provider/path_provider.dart'; |
31 | import 'package:provider/provider.dart'; | 30 | import 'package:provider/provider.dart'; |
32 | -import 'package:screenshot/screenshot.dart'; | 31 | +import 'package:share_plus/share_plus.dart'; |
33 | -import 'package:social_share/social_share.dart'; | ||
34 | import 'package:video_player/video_player.dart'; | 32 | import 'package:video_player/video_player.dart'; |
35 | 33 | ||
36 | import 'poem_detail.dart'; | 34 | import 'poem_detail.dart'; |
... | @@ -60,6 +58,22 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { | ... | @@ -60,6 +58,22 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { |
60 | 58 | ||
61 | bool isFav = false; | 59 | bool isFav = false; |
62 | bool isPraise = false; | 60 | bool isPraise = false; |
61 | + bool isSharing = false; | ||
62 | + | ||
63 | + static const permissions = [ | ||
64 | + Permissions.CAMERA, | ||
65 | + Permissions.READ_EXTERNAL_STORAGE, | ||
66 | + Permissions.RECORD_AUDIO, | ||
67 | + Permissions.WRITE_EXTERNAL_STORAGE | ||
68 | + ]; | ||
69 | + | ||
70 | + static const permissionGroup = [ | ||
71 | + PermissionGroup.Camera, | ||
72 | + PermissionGroup.Camera, | ||
73 | + PermissionGroup.Microphone | ||
74 | + ]; | ||
75 | + | ||
76 | + late FlutterEasyPermission _easyPermission; | ||
63 | 77 | ||
64 | @override | 78 | @override |
65 | void didChangeAppLifecycleState(AppLifecycleState state) async { | 79 | void didChangeAppLifecycleState(AppLifecycleState state) async { |
... | @@ -73,12 +87,41 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { | ... | @@ -73,12 +87,41 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { |
73 | WidgetsBinding.instance.removeObserver(this); | 87 | WidgetsBinding.instance.removeObserver(this); |
74 | _videoListController.currentPlayer.pause(); | 88 | _videoListController.currentPlayer.pause(); |
75 | bus.cancel(); | 89 | bus.cancel(); |
90 | + _easyPermission.dispose(); | ||
76 | super.dispose(); | 91 | super.dispose(); |
77 | } | 92 | } |
78 | 93 | ||
79 | @override | 94 | @override |
80 | void initState() { | 95 | void initState() { |
81 | WidgetsBinding.instance.addObserver(this); | 96 | WidgetsBinding.instance.addObserver(this); |
97 | + | ||
98 | + FlutterEasyPermission.has(perms: permissions, permsGroup: permissionGroup) | ||
99 | + .then((value) { | ||
100 | + if (value) { | ||
101 | + FlutterEasyPermission.request( | ||
102 | + perms: permissions, | ||
103 | + permsGroup: permissionGroup, | ||
104 | + rationale: "需要使用如下权限"); | ||
105 | + } | ||
106 | + }); | ||
107 | + _easyPermission = FlutterEasyPermission() | ||
108 | + ..addPermissionCallback(onGranted: (requestCode, perms, perm) { | ||
109 | + debugPrint("android获得授权:$perms"); | ||
110 | + debugPrint("iOS获得授权:$perm"); | ||
111 | + }, onDenied: (requestCode, perms, perm, isPermanent) { | ||
112 | + if (isPermanent) { | ||
113 | + FlutterEasyPermission.showAppSettingsDialog(title: "Camera"); | ||
114 | + } else { | ||
115 | + debugPrint("android授权失败:$perms"); | ||
116 | + debugPrint("iOS授权失败:$perm"); | ||
117 | + } | ||
118 | + }, onSettingsReturned: () { | ||
119 | + FlutterEasyPermission.has(perms: permissions, permsGroup: []).then( | ||
120 | + (value) => value | ||
121 | + ? debugPrint("已获得授权:$permissions") | ||
122 | + : debugPrint("未获得授权:$permissions")); | ||
123 | + }); | ||
124 | + | ||
82 | isLoading = true; | 125 | isLoading = true; |
83 | DioUtils.instance.asyncRequestNetwork<HomeEntity>( | 126 | DioUtils.instance.asyncRequestNetwork<HomeEntity>( |
84 | Method.get, | 127 | Method.get, |
... | @@ -165,7 +208,6 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { | ... | @@ -165,7 +208,6 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { |
165 | Widget? currentPage; | 208 | Widget? currentPage; |
166 | double a = MediaQuery.of(context).size.aspectRatio; | 209 | double a = MediaQuery.of(context).size.aspectRatio; |
167 | bool hasBottomPadding = a < 0.55; | 210 | bool hasBottomPadding = a < 0.55; |
168 | - ScreenshotController screenshotController = ScreenshotController(); | ||
169 | var detailPage = PoemDetailPage( | 211 | var detailPage = PoemDetailPage( |
170 | onPop: () { | 212 | onPop: () { |
171 | tkController.animateToMiddle(); | 213 | tkController.animateToMiddle(); |
... | @@ -270,7 +312,21 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { | ... | @@ -270,7 +312,21 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { |
270 | ); | 312 | ); |
271 | }, | 313 | }, |
272 | onShare: () async { | 314 | onShare: () async { |
273 | - showShareView(context); | 315 | + isSharing = true; |
316 | + setState(() {}); | ||
317 | + var appDocDir = await getTemporaryDirectory(); | ||
318 | + String savePath = "${appDocDir.path}/temp.mp4"; | ||
319 | + await Dio().download( | ||
320 | + "http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4", | ||
321 | + savePath); | ||
322 | + final result = | ||
323 | + await ImageGallerySaver.saveFile(savePath); | ||
324 | + print(result); | ||
325 | + isSharing = false; | ||
326 | + setState(() {}); | ||
327 | + await Share.shareFiles( | ||
328 | + ["/media/external/video/media/79"], | ||
329 | + text: '一言一世界 临境不蹉跎'); | ||
274 | }, | 330 | }, |
275 | ); | 331 | ); |
276 | Widget poem = TikTokVidePoem( | 332 | Widget poem = TikTokVidePoem( |
... | @@ -400,106 +456,6 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { | ... | @@ -400,106 +456,6 @@ class PoemPageState extends State<PoemPage> with WidgetsBindingObserver { |
400 | ); | 456 | ); |
401 | } | 457 | } |
402 | 458 | ||
403 | - static showShareView(BuildContext context) { | ||
404 | - final List buttonTitles = [ | ||
405 | - "Twitter", | ||
406 | - "Facebook", | ||
407 | - ]; | ||
408 | - final List buttonImages = [ | ||
409 | - "jiguang_socialize_twitter.png", | ||
410 | - "jiguang_socialize_facebook.png", | ||
411 | - ]; | ||
412 | - showModalBottomSheet( | ||
413 | - context: context, | ||
414 | - backgroundColor: Colors.white.withAlpha(0), | ||
415 | - elevation: 2, | ||
416 | - builder: (BuildContext context) { | ||
417 | - return ClipRRect( | ||
418 | - borderRadius: const BorderRadius.only( | ||
419 | - topLeft: Radius.circular(10), topRight: Radius.circular(10)), | ||
420 | - child: Container( | ||
421 | - width: double.infinity, | ||
422 | - height: 180, | ||
423 | - color: const Color.fromRGBO(255, 255, 255, 1), | ||
424 | - child: Stack( | ||
425 | - children: [ | ||
426 | - Padding( | ||
427 | - padding: | ||
428 | - const EdgeInsets.only(top: 14, left: 15, right: 15), | ||
429 | - child: Row( | ||
430 | - mainAxisAlignment: MainAxisAlignment.spaceBetween, | ||
431 | - children: const [ | ||
432 | - Text( | ||
433 | - "分享到", | ||
434 | - style: TextStyle( | ||
435 | - fontSize: 20, | ||
436 | - fontWeight: FontWeight.bold, | ||
437 | - color: Color.fromRGBO(51, 51, 51, 1)), | ||
438 | - ), | ||
439 | - ], | ||
440 | - )), | ||
441 | - Padding( | ||
442 | - padding: const EdgeInsets.only(left: 0, right: 0, top: 0), | ||
443 | - child: Row( | ||
444 | - mainAxisAlignment: MainAxisAlignment.spaceEvenly, | ||
445 | - children: List.generate(buttonTitles.length, (index) { | ||
446 | - return Container( | ||
447 | - child: buttonWidget(context, buttonTitles[index], | ||
448 | - buttonImages[index], index), | ||
449 | - ); | ||
450 | - }).toList(), | ||
451 | - ), | ||
452 | - ) | ||
453 | - ], | ||
454 | - ), | ||
455 | - ), | ||
456 | - ); | ||
457 | - }); | ||
458 | - } | ||
459 | - | ||
460 | - static buttonWidget( | ||
461 | - BuildContext context, String title, String imageName, int index) { | ||
462 | - return GestureDetector( | ||
463 | - onTap: () { | ||
464 | - switch (index) { | ||
465 | - case 0: | ||
466 | - dismiss(context); | ||
467 | - SocialShare.shareTwitter( | ||
468 | - "This is Social Share twitter example", | ||
469 | - hashtags: ["hello", "world", "foo", "bar"], | ||
470 | - url: "https://google.com/#/hello", | ||
471 | - trailingText: "\nhello", | ||
472 | - ).then((data) { | ||
473 | - print(data); | ||
474 | - }); | ||
475 | - break; | ||
476 | - case 1: //Facebook | ||
477 | - print("朋友圈"); | ||
478 | - dismiss(context); | ||
479 | - break; | ||
480 | - default: | ||
481 | - break; | ||
482 | - } | ||
483 | - }, | ||
484 | - child: Column( | ||
485 | - mainAxisAlignment: MainAxisAlignment.center, | ||
486 | - children: [ | ||
487 | - Image.asset( | ||
488 | - "assets/images/share/$imageName", | ||
489 | - height: 64, | ||
490 | - width: 64, | ||
491 | - ), | ||
492 | - Padding( | ||
493 | - padding: const EdgeInsets.only(top: 5), | ||
494 | - child: Text(title, | ||
495 | - style: const TextStyle( | ||
496 | - fontSize: 12, color: Color.fromRGBO(51, 51, 51, 1))), | ||
497 | - ) | ||
498 | - ], | ||
499 | - ), | ||
500 | - ); | ||
501 | - } | ||
502 | - | ||
503 | static dismiss(BuildContext context) { | 459 | static dismiss(BuildContext context) { |
504 | Navigator.pop(context); | 460 | Navigator.pop(context); |
505 | } | 461 | } | ... | ... |
1 | import 'package:flutter/material.dart'; | 1 | import 'package:flutter/material.dart'; |
2 | import 'package:Parlando/tiktok/style/style.dart'; | 2 | import 'package:Parlando/tiktok/style/style.dart'; |
3 | +import 'package:getwidget/getwidget.dart'; | ||
3 | import 'package:tapped/tapped.dart'; | 4 | import 'package:tapped/tapped.dart'; |
4 | 5 | ||
5 | import 'package:Parlando/extension/int_extension.dart'; | 6 | import 'package:Parlando/extension/int_extension.dart'; |
... | @@ -8,6 +9,7 @@ class TikTokButtonColumn extends StatelessWidget { | ... | @@ -8,6 +9,7 @@ class TikTokButtonColumn extends StatelessWidget { |
8 | final double? bottomPadding; | 9 | final double? bottomPadding; |
9 | final bool isPraise; | 10 | final bool isPraise; |
10 | final bool isCollect; | 11 | final bool isCollect; |
12 | + final bool isSharing; | ||
11 | final Function? onPraise; | 13 | final Function? onPraise; |
12 | final Function? onCollect; | 14 | final Function? onCollect; |
13 | final Function? onShare; | 15 | final Function? onShare; |
... | @@ -22,6 +24,7 @@ class TikTokButtonColumn extends StatelessWidget { | ... | @@ -22,6 +24,7 @@ class TikTokButtonColumn extends StatelessWidget { |
22 | this.isPraise = false, | 24 | this.isPraise = false, |
23 | this.isCollect = false, | 25 | this.isCollect = false, |
24 | this.onAvatar, | 26 | this.onAvatar, |
27 | + this.isSharing = false, | ||
25 | }) : super(key: key); | 28 | }) : super(key: key); |
26 | 29 | ||
27 | @override | 30 | @override |
... | @@ -44,11 +47,13 @@ class TikTokButtonColumn extends StatelessWidget { | ... | @@ -44,11 +47,13 @@ class TikTokButtonColumn extends StatelessWidget { |
44 | onCollect: onCollect, | 47 | onCollect: onCollect, |
45 | isCollect: isCollect, | 48 | isCollect: isCollect, |
46 | ), | 49 | ), |
47 | - _IconButton( | 50 | + isSharing |
48 | - icon: IconToText(Icons.share, size: 20.px), | 51 | + ? const GFLoader() |
49 | - text: '分享', | 52 | + : _IconButton( |
50 | - onTap: onShare, | 53 | + icon: IconToText(Icons.share, size: 20.px), |
51 | - ), | 54 | + text: '分享', |
55 | + onTap: onShare, | ||
56 | + ), | ||
52 | ], | 57 | ], |
53 | ), | 58 | ), |
54 | ); | 59 | ); | ... | ... |
... | @@ -28,16 +28,13 @@ class HomeTypesHeader extends StatelessWidget { | ... | @@ -28,16 +28,13 @@ class HomeTypesHeader extends StatelessWidget { |
28 | //交叉轴的布局方式,对于column来说就是水平方向的布局方式 | 28 | //交叉轴的布局方式,对于column来说就是水平方向的布局方式 |
29 | crossAxisAlignment: CrossAxisAlignment.center, | 29 | crossAxisAlignment: CrossAxisAlignment.center, |
30 | children: <Widget>[ | 30 | children: <Widget>[ |
31 | - SizedBox( | 31 | + TextButton( |
32 | - width: 60.0, | 32 | + onPressed: () => funcLeft!(), |
33 | - child: TextButton( | 33 | + child: Text( |
34 | - onPressed: () => funcLeft!(), | 34 | + "临境", |
35 | - child: Text( | 35 | + style: TextStyle( |
36 | - "临境", | 36 | + color: color ?? Colors.white, |
37 | - style: TextStyle( | 37 | + fontSize: 15.px, |
38 | - color: color ?? Colors.white, | ||
39 | - fontSize: 15.px, | ||
40 | - ), | ||
41 | ), | 38 | ), |
42 | ), | 39 | ), |
43 | ), | 40 | ), | ... | ... |
... | @@ -5,378 +5,378 @@ packages: | ... | @@ -5,378 +5,378 @@ 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: "40.0.0" | 10 | version: "40.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.1.0" | 17 | version: "4.1.0" |
18 | animated_radial_menu: | 18 | animated_radial_menu: |
19 | dependency: "direct main" | 19 | dependency: "direct main" |
20 | description: | 20 | description: |
21 | name: animated_radial_menu | 21 | name: animated_radial_menu |
22 | - url: "https://pub.dartlang.org" | 22 | + url: "https://pub.flutter-io.cn" |
23 | source: hosted | 23 | source: hosted |
24 | version: "0.0.1" | 24 | version: "0.0.1" |
25 | archive: | 25 | archive: |
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.1.11" | 31 | version: "3.1.11" |
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.8.2" | 45 | version: "2.8.2" |
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.0" | 59 | version: "2.3.0" |
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.0.0" | 66 | version: "1.0.0" |
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.9" | 80 | version: "2.0.9" |
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.1.11" | 87 | version: "2.1.11" |
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.3" | 94 | version: "7.2.3" |
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.3.3" | 108 | version: "8.3.3" |
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.1" | 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: "1.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.1" | 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+2" | 150 | version: "0.9.8+2" |
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.2.0" | 157 | version: "2.2.0" |
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.0" | 171 | version: "1.2.0" |
172 | charcode: | 172 | charcode: |
173 | dependency: transitive | 173 | dependency: transitive |
174 | description: | 174 | description: |
175 | name: charcode | 175 | name: charcode |
176 | - url: "https://pub.dartlang.org" | 176 | + url: "https://pub.flutter-io.cn" |
177 | source: hosted | 177 | source: hosted |
178 | version: "1.3.1" | 178 | version: "1.3.1" |
179 | checked_yaml: | 179 | checked_yaml: |
180 | dependency: transitive | 180 | dependency: transitive |
181 | description: | 181 | description: |
182 | name: checked_yaml | 182 | name: checked_yaml |
183 | - url: "https://pub.dartlang.org" | 183 | + url: "https://pub.flutter-io.cn" |
184 | source: hosted | 184 | source: hosted |
185 | version: "2.0.1" | 185 | version: "2.0.1" |
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.0" | 192 | version: "1.1.0" |
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.1.0" | 199 | version: "4.1.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.0.2" | 220 | version: "3.0.2" |
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.2.0" | 227 | version: "1.2.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+1" | 234 | version: "0.3.3+1" |
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.1" | 241 | version: "3.0.1" |
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.3" | 262 | version: "2.2.3" |
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.3.0+1" | 297 | version: "2.3.0+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.0.1" | 325 | version: "2.0.1" |
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 | fake_async: | 333 | fake_async: |
334 | dependency: transitive | 334 | dependency: transitive |
335 | description: | 335 | description: |
336 | name: fake_async | 336 | name: fake_async |
337 | - url: "https://pub.dartlang.org" | 337 | + url: "https://pub.flutter-io.cn" |
338 | source: hosted | 338 | source: hosted |
339 | version: "1.3.0" | 339 | version: "1.3.0" |
340 | ffi: | 340 | ffi: |
341 | dependency: transitive | 341 | dependency: transitive |
342 | description: | 342 | description: |
343 | name: ffi | 343 | name: ffi |
344 | - url: "https://pub.dartlang.org" | 344 | + url: "https://pub.flutter-io.cn" |
345 | source: hosted | 345 | source: hosted |
346 | version: "1.2.1" | 346 | version: "1.2.1" |
347 | fijkplayer: | 347 | fijkplayer: |
348 | dependency: "direct main" | 348 | dependency: "direct main" |
349 | description: | 349 | description: |
350 | name: fijkplayer | 350 | name: fijkplayer |
351 | - url: "https://pub.dartlang.org" | 351 | + url: "https://pub.flutter-io.cn" |
352 | source: hosted | 352 | source: hosted |
353 | version: "0.10.1" | 353 | version: "0.10.1" |
354 | file: | 354 | file: |
355 | dependency: transitive | 355 | dependency: transitive |
356 | description: | 356 | description: |
357 | name: file | 357 | name: file |
358 | - url: "https://pub.dartlang.org" | 358 | + url: "https://pub.flutter-io.cn" |
359 | source: hosted | 359 | source: hosted |
360 | version: "6.1.2" | 360 | version: "6.1.2" |
361 | fixnum: | 361 | fixnum: |
362 | dependency: transitive | 362 | dependency: transitive |
363 | description: | 363 | description: |
364 | name: fixnum | 364 | name: fixnum |
365 | - url: "https://pub.dartlang.org" | 365 | + url: "https://pub.flutter-io.cn" |
366 | source: hosted | 366 | source: hosted |
367 | version: "1.0.1" | 367 | version: "1.0.1" |
368 | fluro: | 368 | fluro: |
369 | dependency: "direct main" | 369 | dependency: "direct main" |
370 | description: | 370 | description: |
371 | name: fluro | 371 | name: fluro |
372 | - url: "https://pub.dartlang.org" | 372 | + url: "https://pub.flutter-io.cn" |
373 | source: hosted | 373 | source: hosted |
374 | version: "2.0.3" | 374 | version: "2.0.3" |
375 | flustars: | 375 | flustars: |
376 | dependency: "direct main" | 376 | dependency: "direct main" |
377 | description: | 377 | description: |
378 | name: flustars | 378 | name: flustars |
379 | - url: "https://pub.dartlang.org" | 379 | + url: "https://pub.flutter-io.cn" |
380 | source: hosted | 380 | source: hosted |
381 | version: "2.0.1" | 381 | version: "2.0.1" |
382 | flutter: | 382 | flutter: |
... | @@ -397,14 +397,14 @@ packages: | ... | @@ -397,14 +397,14 @@ packages: |
397 | dependency: transitive | 397 | dependency: transitive |
398 | description: | 398 | description: |
399 | name: flutter_blurhash | 399 | name: flutter_blurhash |
400 | - url: "https://pub.dartlang.org" | 400 | + url: "https://pub.flutter-io.cn" |
401 | source: hosted | 401 | source: hosted |
402 | version: "0.7.0" | 402 | version: "0.7.0" |
403 | flutter_cache_manager: | 403 | flutter_cache_manager: |
404 | dependency: transitive | 404 | dependency: transitive |
405 | description: | 405 | description: |
406 | name: flutter_cache_manager | 406 | name: flutter_cache_manager |
407 | - url: "https://pub.dartlang.org" | 407 | + url: "https://pub.flutter-io.cn" |
408 | source: hosted | 408 | source: hosted |
409 | version: "3.3.0" | 409 | version: "3.3.0" |
410 | flutter_driver: | 410 | flutter_driver: |
... | @@ -412,46 +412,53 @@ packages: | ... | @@ -412,46 +412,53 @@ packages: |
412 | description: flutter | 412 | description: flutter |
413 | source: sdk | 413 | source: sdk |
414 | version: "0.0.0" | 414 | version: "0.0.0" |
415 | + flutter_easy_permission: | ||
416 | + dependency: "direct main" | ||
417 | + description: | ||
418 | + name: flutter_easy_permission | ||
419 | + url: "https://pub.flutter-io.cn" | ||
420 | + source: hosted | ||
421 | + version: "1.1.2" | ||
415 | flutter_facebook_auth: | 422 | flutter_facebook_auth: |
416 | dependency: "direct main" | 423 | dependency: "direct main" |
417 | description: | 424 | description: |
418 | name: flutter_facebook_auth | 425 | name: flutter_facebook_auth |
419 | - url: "https://pub.dartlang.org" | 426 | + url: "https://pub.flutter-io.cn" |
420 | source: hosted | 427 | source: hosted |
421 | version: "4.3.4+2" | 428 | version: "4.3.4+2" |
422 | flutter_facebook_auth_platform_interface: | 429 | flutter_facebook_auth_platform_interface: |
423 | dependency: transitive | 430 | dependency: transitive |
424 | description: | 431 | description: |
425 | name: flutter_facebook_auth_platform_interface | 432 | name: flutter_facebook_auth_platform_interface |
426 | - url: "https://pub.dartlang.org" | 433 | + url: "https://pub.flutter-io.cn" |
427 | source: hosted | 434 | source: hosted |
428 | version: "3.1.2" | 435 | version: "3.1.2" |
429 | flutter_facebook_auth_web: | 436 | flutter_facebook_auth_web: |
430 | dependency: transitive | 437 | dependency: transitive |
431 | description: | 438 | description: |
432 | name: flutter_facebook_auth_web | 439 | name: flutter_facebook_auth_web |
433 | - url: "https://pub.dartlang.org" | 440 | + url: "https://pub.flutter-io.cn" |
434 | source: hosted | 441 | source: hosted |
435 | version: "3.1.2" | 442 | version: "3.1.2" |
436 | flutter_inapp_purchase: | 443 | flutter_inapp_purchase: |
437 | dependency: "direct main" | 444 | dependency: "direct main" |
438 | description: | 445 | description: |
439 | name: flutter_inapp_purchase | 446 | name: flutter_inapp_purchase |
440 | - url: "https://pub.dartlang.org" | 447 | + url: "https://pub.flutter-io.cn" |
441 | source: hosted | 448 | source: hosted |
442 | version: "5.3.1" | 449 | version: "5.3.1" |
443 | flutter_launcher_icons: | 450 | flutter_launcher_icons: |
444 | dependency: "direct dev" | 451 | dependency: "direct dev" |
445 | description: | 452 | description: |
446 | name: flutter_launcher_icons | 453 | name: flutter_launcher_icons |
447 | - url: "https://pub.dartlang.org" | 454 | + url: "https://pub.flutter-io.cn" |
448 | source: hosted | 455 | source: hosted |
449 | version: "0.9.3" | 456 | version: "0.9.3" |
450 | flutter_lints: | 457 | flutter_lints: |
451 | dependency: "direct dev" | 458 | dependency: "direct dev" |
452 | description: | 459 | description: |
453 | name: flutter_lints | 460 | name: flutter_lints |
454 | - url: "https://pub.dartlang.org" | 461 | + url: "https://pub.flutter-io.cn" |
455 | source: hosted | 462 | source: hosted |
456 | version: "2.0.1" | 463 | version: "2.0.1" |
457 | flutter_localizations: | 464 | flutter_localizations: |
... | @@ -463,63 +470,63 @@ packages: | ... | @@ -463,63 +470,63 @@ packages: |
463 | dependency: "direct dev" | 470 | dependency: "direct dev" |
464 | description: | 471 | description: |
465 | name: flutter_native_splash | 472 | name: flutter_native_splash |
466 | - url: "https://pub.dartlang.org" | 473 | + url: "https://pub.flutter-io.cn" |
467 | source: hosted | 474 | source: hosted |
468 | version: "2.2.3+1" | 475 | version: "2.2.3+1" |
469 | flutter_plugin_android_lifecycle: | 476 | flutter_plugin_android_lifecycle: |
470 | dependency: transitive | 477 | dependency: transitive |
471 | description: | 478 | description: |
472 | name: flutter_plugin_android_lifecycle | 479 | name: flutter_plugin_android_lifecycle |
473 | - url: "https://pub.dartlang.org" | 480 | + url: "https://pub.flutter-io.cn" |
474 | source: hosted | 481 | source: hosted |
475 | version: "2.0.6" | 482 | version: "2.0.6" |
476 | flutter_signin_button: | 483 | flutter_signin_button: |
477 | dependency: "direct main" | 484 | dependency: "direct main" |
478 | description: | 485 | description: |
479 | name: flutter_signin_button | 486 | name: flutter_signin_button |
480 | - url: "https://pub.dartlang.org" | 487 | + url: "https://pub.flutter-io.cn" |
481 | source: hosted | 488 | source: hosted |
482 | version: "2.0.0" | 489 | version: "2.0.0" |
483 | flutter_slidable: | 490 | flutter_slidable: |
484 | dependency: "direct main" | 491 | dependency: "direct main" |
485 | description: | 492 | description: |
486 | name: flutter_slidable | 493 | name: flutter_slidable |
487 | - url: "https://pub.dartlang.org" | 494 | + url: "https://pub.flutter-io.cn" |
488 | source: hosted | 495 | source: hosted |
489 | version: "1.3.0" | 496 | version: "1.3.0" |
490 | flutter_sound: | 497 | flutter_sound: |
491 | dependency: "direct main" | 498 | dependency: "direct main" |
492 | description: | 499 | description: |
493 | name: flutter_sound | 500 | name: flutter_sound |
494 | - url: "https://pub.dartlang.org" | 501 | + url: "https://pub.flutter-io.cn" |
495 | source: hosted | 502 | source: hosted |
496 | version: "9.2.13" | 503 | version: "9.2.13" |
497 | flutter_sound_platform_interface: | 504 | flutter_sound_platform_interface: |
498 | dependency: transitive | 505 | dependency: transitive |
499 | description: | 506 | description: |
500 | name: flutter_sound_platform_interface | 507 | name: flutter_sound_platform_interface |
501 | - url: "https://pub.dartlang.org" | 508 | + url: "https://pub.flutter-io.cn" |
502 | source: hosted | 509 | source: hosted |
503 | version: "9.2.13" | 510 | version: "9.2.13" |
504 | flutter_sound_web: | 511 | flutter_sound_web: |
505 | dependency: transitive | 512 | dependency: transitive |
506 | description: | 513 | description: |
507 | name: flutter_sound_web | 514 | name: flutter_sound_web |
508 | - url: "https://pub.dartlang.org" | 515 | + url: "https://pub.flutter-io.cn" |
509 | source: hosted | 516 | source: hosted |
510 | version: "9.2.13" | 517 | version: "9.2.13" |
511 | flutter_spinkit: | 518 | flutter_spinkit: |
512 | dependency: "direct main" | 519 | dependency: "direct main" |
513 | description: | 520 | description: |
514 | name: flutter_spinkit | 521 | name: flutter_spinkit |
515 | - url: "https://pub.dartlang.org" | 522 | + url: "https://pub.flutter-io.cn" |
516 | source: hosted | 523 | source: hosted |
517 | version: "5.1.0" | 524 | version: "5.1.0" |
518 | flutter_swiper_null_safety: | 525 | flutter_swiper_null_safety: |
519 | dependency: "direct main" | 526 | dependency: "direct main" |
520 | description: | 527 | description: |
521 | name: flutter_swiper_null_safety | 528 | name: flutter_swiper_null_safety |
522 | - url: "https://pub.dartlang.org" | 529 | + url: "https://pub.flutter-io.cn" |
523 | source: hosted | 530 | source: hosted |
524 | version: "1.0.2" | 531 | version: "1.0.2" |
525 | flutter_test: | 532 | flutter_test: |
... | @@ -536,14 +543,14 @@ packages: | ... | @@ -536,14 +543,14 @@ packages: |
536 | dependency: transitive | 543 | dependency: transitive |
537 | description: | 544 | description: |
538 | name: font_awesome_flutter | 545 | name: font_awesome_flutter |
539 | - url: "https://pub.dartlang.org" | 546 | + url: "https://pub.flutter-io.cn" |
540 | source: hosted | 547 | source: hosted |
541 | version: "9.2.0" | 548 | version: "9.2.0" |
542 | frontend_server_client: | 549 | frontend_server_client: |
543 | dependency: transitive | 550 | dependency: transitive |
544 | description: | 551 | description: |
545 | name: frontend_server_client | 552 | name: frontend_server_client |
546 | - url: "https://pub.dartlang.org" | 553 | + url: "https://pub.flutter-io.cn" |
547 | source: hosted | 554 | source: hosted |
548 | version: "2.1.3" | 555 | version: "2.1.3" |
549 | fuchsia_remote_debug_protocol: | 556 | fuchsia_remote_debug_protocol: |
... | @@ -555,112 +562,119 @@ packages: | ... | @@ -555,112 +562,119 @@ packages: |
555 | dependency: "direct main" | 562 | dependency: "direct main" |
556 | description: | 563 | description: |
557 | name: getwidget | 564 | name: getwidget |
558 | - url: "https://pub.dartlang.org" | 565 | + url: "https://pub.flutter-io.cn" |
559 | source: hosted | 566 | source: hosted |
560 | version: "2.1.1" | 567 | version: "2.1.1" |
561 | glob: | 568 | glob: |
562 | dependency: transitive | 569 | dependency: transitive |
563 | description: | 570 | description: |
564 | name: glob | 571 | name: glob |
565 | - url: "https://pub.dartlang.org" | 572 | + url: "https://pub.flutter-io.cn" |
566 | source: hosted | 573 | source: hosted |
567 | version: "2.1.0" | 574 | version: "2.1.0" |
568 | graphs: | 575 | graphs: |
569 | dependency: transitive | 576 | dependency: transitive |
570 | description: | 577 | description: |
571 | name: graphs | 578 | name: graphs |
572 | - url: "https://pub.dartlang.org" | 579 | + url: "https://pub.flutter-io.cn" |
573 | source: hosted | 580 | source: hosted |
574 | version: "2.1.0" | 581 | version: "2.1.0" |
575 | html: | 582 | html: |
576 | dependency: transitive | 583 | dependency: transitive |
577 | description: | 584 | description: |
578 | name: html | 585 | name: html |
579 | - url: "https://pub.dartlang.org" | 586 | + url: "https://pub.flutter-io.cn" |
580 | source: hosted | 587 | source: hosted |
581 | version: "0.15.0" | 588 | version: "0.15.0" |
582 | http: | 589 | http: |
583 | dependency: transitive | 590 | dependency: transitive |
584 | description: | 591 | description: |
585 | name: http | 592 | name: http |
586 | - url: "https://pub.dartlang.org" | 593 | + url: "https://pub.flutter-io.cn" |
587 | source: hosted | 594 | source: hosted |
588 | version: "0.13.4" | 595 | version: "0.13.4" |
589 | http_multi_server: | 596 | http_multi_server: |
590 | dependency: transitive | 597 | dependency: transitive |
591 | description: | 598 | description: |
592 | name: http_multi_server | 599 | name: http_multi_server |
593 | - url: "https://pub.dartlang.org" | 600 | + url: "https://pub.flutter-io.cn" |
594 | source: hosted | 601 | source: hosted |
595 | version: "3.2.1" | 602 | version: "3.2.1" |
596 | http_parser: | 603 | http_parser: |
597 | dependency: transitive | 604 | dependency: transitive |
598 | description: | 605 | description: |
599 | name: http_parser | 606 | name: http_parser |
600 | - url: "https://pub.dartlang.org" | 607 | + url: "https://pub.flutter-io.cn" |
601 | source: hosted | 608 | source: hosted |
602 | version: "4.0.1" | 609 | version: "4.0.1" |
603 | image: | 610 | image: |
604 | dependency: transitive | 611 | dependency: transitive |
605 | description: | 612 | description: |
606 | name: image | 613 | name: image |
607 | - url: "https://pub.dartlang.org" | 614 | + url: "https://pub.flutter-io.cn" |
608 | source: hosted | 615 | source: hosted |
609 | version: "3.2.0" | 616 | version: "3.2.0" |
610 | image_cropper: | 617 | image_cropper: |
611 | dependency: "direct main" | 618 | dependency: "direct main" |
612 | description: | 619 | description: |
613 | name: image_cropper | 620 | name: image_cropper |
614 | - url: "https://pub.dartlang.org" | 621 | + url: "https://pub.flutter-io.cn" |
615 | source: hosted | 622 | source: hosted |
616 | version: "2.0.3" | 623 | version: "2.0.3" |
617 | image_cropper_for_web: | 624 | image_cropper_for_web: |
618 | dependency: transitive | 625 | dependency: transitive |
619 | description: | 626 | description: |
620 | name: image_cropper_for_web | 627 | name: image_cropper_for_web |
621 | - url: "https://pub.dartlang.org" | 628 | + url: "https://pub.flutter-io.cn" |
622 | source: hosted | 629 | source: hosted |
623 | version: "0.0.4" | 630 | version: "0.0.4" |
624 | image_cropper_platform_interface: | 631 | image_cropper_platform_interface: |
625 | dependency: transitive | 632 | dependency: transitive |
626 | description: | 633 | description: |
627 | name: image_cropper_platform_interface | 634 | name: image_cropper_platform_interface |
628 | - url: "https://pub.dartlang.org" | 635 | + url: "https://pub.flutter-io.cn" |
629 | source: hosted | 636 | source: hosted |
630 | version: "2.0.0" | 637 | version: "2.0.0" |
638 | + image_gallery_saver: | ||
639 | + dependency: "direct main" | ||
640 | + description: | ||
641 | + name: image_gallery_saver | ||
642 | + url: "https://pub.flutter-io.cn" | ||
643 | + source: hosted | ||
644 | + version: "1.7.1" | ||
631 | image_picker: | 645 | image_picker: |
632 | dependency: "direct main" | 646 | dependency: "direct main" |
633 | description: | 647 | description: |
634 | name: image_picker | 648 | name: image_picker |
635 | - url: "https://pub.dartlang.org" | 649 | + url: "https://pub.flutter-io.cn" |
636 | source: hosted | 650 | source: hosted |
637 | version: "0.8.5+3" | 651 | version: "0.8.5+3" |
638 | image_picker_android: | 652 | image_picker_android: |
639 | dependency: transitive | 653 | dependency: transitive |
640 | description: | 654 | description: |
641 | name: image_picker_android | 655 | name: image_picker_android |
642 | - url: "https://pub.dartlang.org" | 656 | + url: "https://pub.flutter-io.cn" |
643 | source: hosted | 657 | source: hosted |
644 | version: "0.8.5+1" | 658 | version: "0.8.5+1" |
645 | image_picker_for_web: | 659 | image_picker_for_web: |
646 | dependency: transitive | 660 | dependency: transitive |
647 | description: | 661 | description: |
648 | name: image_picker_for_web | 662 | name: image_picker_for_web |
649 | - url: "https://pub.dartlang.org" | 663 | + url: "https://pub.flutter-io.cn" |
650 | source: hosted | 664 | source: hosted |
651 | version: "2.1.8" | 665 | version: "2.1.8" |
652 | image_picker_ios: | 666 | image_picker_ios: |
653 | dependency: transitive | 667 | dependency: transitive |
654 | description: | 668 | description: |
655 | name: image_picker_ios | 669 | name: image_picker_ios |
656 | - url: "https://pub.dartlang.org" | 670 | + url: "https://pub.flutter-io.cn" |
657 | source: hosted | 671 | source: hosted |
658 | version: "0.8.5+5" | 672 | version: "0.8.5+5" |
659 | image_picker_platform_interface: | 673 | image_picker_platform_interface: |
660 | dependency: transitive | 674 | dependency: transitive |
661 | description: | 675 | description: |
662 | name: image_picker_platform_interface | 676 | name: image_picker_platform_interface |
663 | - url: "https://pub.dartlang.org" | 677 | + url: "https://pub.flutter-io.cn" |
664 | source: hosted | 678 | source: hosted |
665 | version: "2.5.0" | 679 | version: "2.5.0" |
666 | integration_test: | 680 | integration_test: |
... | @@ -672,476 +686,511 @@ packages: | ... | @@ -672,476 +686,511 @@ packages: |
672 | dependency: "direct main" | 686 | dependency: "direct main" |
673 | description: | 687 | description: |
674 | name: intl | 688 | name: intl |
675 | - url: "https://pub.dartlang.org" | 689 | + url: "https://pub.flutter-io.cn" |
676 | source: hosted | 690 | source: hosted |
677 | version: "0.17.0" | 691 | version: "0.17.0" |
678 | io: | 692 | io: |
679 | dependency: transitive | 693 | dependency: transitive |
680 | description: | 694 | description: |
681 | name: io | 695 | name: io |
682 | - url: "https://pub.dartlang.org" | 696 | + url: "https://pub.flutter-io.cn" |
683 | source: hosted | 697 | source: hosted |
684 | version: "1.0.3" | 698 | version: "1.0.3" |
685 | jpush_flutter: | 699 | jpush_flutter: |
686 | dependency: "direct main" | 700 | dependency: "direct main" |
687 | description: | 701 | description: |
688 | name: jpush_flutter | 702 | name: jpush_flutter |
689 | - url: "https://pub.dartlang.org" | 703 | + url: "https://pub.flutter-io.cn" |
690 | source: hosted | 704 | source: hosted |
691 | version: "2.3.3" | 705 | version: "2.3.3" |
692 | js: | 706 | js: |
693 | dependency: transitive | 707 | dependency: transitive |
694 | description: | 708 | description: |
695 | name: js | 709 | name: js |
696 | - url: "https://pub.dartlang.org" | 710 | + url: "https://pub.flutter-io.cn" |
697 | source: hosted | 711 | source: hosted |
698 | version: "0.6.4" | 712 | version: "0.6.4" |
699 | json_annotation: | 713 | json_annotation: |
700 | dependency: "direct main" | 714 | dependency: "direct main" |
701 | description: | 715 | description: |
702 | name: json_annotation | 716 | name: json_annotation |
703 | - url: "https://pub.dartlang.org" | 717 | + url: "https://pub.flutter-io.cn" |
704 | source: hosted | 718 | source: hosted |
705 | version: "4.5.0" | 719 | version: "4.5.0" |
706 | json_serializable: | 720 | json_serializable: |
707 | dependency: "direct dev" | 721 | dependency: "direct dev" |
708 | description: | 722 | description: |
709 | name: json_serializable | 723 | name: json_serializable |
710 | - url: "https://pub.dartlang.org" | 724 | + url: "https://pub.flutter-io.cn" |
711 | source: hosted | 725 | source: hosted |
712 | version: "6.2.0" | 726 | version: "6.2.0" |
713 | keyboard_actions: | 727 | keyboard_actions: |
714 | dependency: "direct main" | 728 | dependency: "direct main" |
715 | description: | 729 | description: |
716 | name: keyboard_actions | 730 | name: keyboard_actions |
717 | - url: "https://pub.dartlang.org" | 731 | + url: "https://pub.flutter-io.cn" |
718 | source: hosted | 732 | source: hosted |
719 | version: "4.0.1" | 733 | version: "4.0.1" |
720 | lint: | 734 | lint: |
721 | dependency: transitive | 735 | dependency: transitive |
722 | description: | 736 | description: |
723 | name: lint | 737 | name: lint |
724 | - url: "https://pub.dartlang.org" | 738 | + url: "https://pub.flutter-io.cn" |
725 | source: hosted | 739 | source: hosted |
726 | version: "1.8.2" | 740 | version: "1.8.2" |
727 | lints: | 741 | lints: |
728 | dependency: transitive | 742 | dependency: transitive |
729 | description: | 743 | description: |
730 | name: lints | 744 | name: lints |
731 | - url: "https://pub.dartlang.org" | 745 | + url: "https://pub.flutter-io.cn" |
732 | source: hosted | 746 | source: hosted |
733 | version: "2.0.0" | 747 | version: "2.0.0" |
734 | logger: | 748 | logger: |
735 | dependency: transitive | 749 | dependency: transitive |
736 | description: | 750 | description: |
737 | name: logger | 751 | name: logger |
738 | - url: "https://pub.dartlang.org" | 752 | + url: "https://pub.flutter-io.cn" |
739 | source: hosted | 753 | source: hosted |
740 | version: "1.1.0" | 754 | version: "1.1.0" |
741 | logging: | 755 | logging: |
742 | dependency: transitive | 756 | dependency: transitive |
743 | description: | 757 | description: |
744 | name: logging | 758 | name: logging |
745 | - url: "https://pub.dartlang.org" | 759 | + url: "https://pub.flutter-io.cn" |
746 | source: hosted | 760 | source: hosted |
747 | version: "1.0.2" | 761 | version: "1.0.2" |
748 | matcher: | 762 | matcher: |
749 | dependency: transitive | 763 | dependency: transitive |
750 | description: | 764 | description: |
751 | name: matcher | 765 | name: matcher |
752 | - url: "https://pub.dartlang.org" | 766 | + url: "https://pub.flutter-io.cn" |
753 | source: hosted | 767 | source: hosted |
754 | version: "0.12.11" | 768 | version: "0.12.11" |
755 | material_color_utilities: | 769 | material_color_utilities: |
756 | dependency: transitive | 770 | dependency: transitive |
757 | description: | 771 | description: |
758 | name: material_color_utilities | 772 | name: material_color_utilities |
759 | - url: "https://pub.dartlang.org" | 773 | + url: "https://pub.flutter-io.cn" |
760 | source: hosted | 774 | source: hosted |
761 | version: "0.1.4" | 775 | version: "0.1.4" |
762 | meta: | 776 | meta: |
763 | dependency: transitive | 777 | dependency: transitive |
764 | description: | 778 | description: |
765 | name: meta | 779 | name: meta |
766 | - url: "https://pub.dartlang.org" | 780 | + url: "https://pub.flutter-io.cn" |
767 | source: hosted | 781 | source: hosted |
768 | version: "1.7.0" | 782 | version: "1.7.0" |
769 | mime: | 783 | mime: |
770 | dependency: transitive | 784 | dependency: transitive |
771 | description: | 785 | description: |
772 | name: mime | 786 | name: mime |
773 | - url: "https://pub.dartlang.org" | 787 | + url: "https://pub.flutter-io.cn" |
774 | source: hosted | 788 | source: hosted |
775 | version: "1.0.2" | 789 | version: "1.0.2" |
776 | nested: | 790 | nested: |
777 | dependency: transitive | 791 | dependency: transitive |
778 | description: | 792 | description: |
779 | name: nested | 793 | name: nested |
780 | - url: "https://pub.dartlang.org" | 794 | + url: "https://pub.flutter-io.cn" |
781 | source: hosted | 795 | source: hosted |
782 | version: "1.0.0" | 796 | version: "1.0.0" |
783 | node_preamble: | 797 | node_preamble: |
784 | dependency: transitive | 798 | dependency: transitive |
785 | description: | 799 | description: |
786 | name: node_preamble | 800 | name: node_preamble |
787 | - url: "https://pub.dartlang.org" | 801 | + url: "https://pub.flutter-io.cn" |
788 | source: hosted | 802 | source: hosted |
789 | version: "2.0.1" | 803 | version: "2.0.1" |
790 | octo_image: | 804 | octo_image: |
791 | dependency: transitive | 805 | dependency: transitive |
792 | description: | 806 | description: |
793 | name: octo_image | 807 | name: octo_image |
794 | - url: "https://pub.dartlang.org" | 808 | + url: "https://pub.flutter-io.cn" |
795 | source: hosted | 809 | source: hosted |
796 | version: "1.0.2" | 810 | version: "1.0.2" |
797 | oktoast: | 811 | oktoast: |
798 | dependency: "direct main" | 812 | dependency: "direct main" |
799 | description: | 813 | description: |
800 | name: oktoast | 814 | name: oktoast |
801 | - url: "https://pub.dartlang.org" | 815 | + url: "https://pub.flutter-io.cn" |
802 | source: hosted | 816 | source: hosted |
803 | version: "3.2.0" | 817 | version: "3.2.0" |
804 | package_config: | 818 | package_config: |
805 | dependency: transitive | 819 | dependency: transitive |
806 | description: | 820 | description: |
807 | name: package_config | 821 | name: package_config |
808 | - url: "https://pub.dartlang.org" | 822 | + url: "https://pub.flutter-io.cn" |
809 | source: hosted | 823 | source: hosted |
810 | version: "2.1.0" | 824 | version: "2.1.0" |
811 | path: | 825 | path: |
812 | dependency: transitive | 826 | dependency: transitive |
813 | description: | 827 | description: |
814 | name: path | 828 | name: path |
815 | - url: "https://pub.dartlang.org" | 829 | + url: "https://pub.flutter-io.cn" |
816 | source: hosted | 830 | source: hosted |
817 | version: "1.8.1" | 831 | version: "1.8.1" |
818 | path_provider: | 832 | path_provider: |
819 | dependency: "direct main" | 833 | dependency: "direct main" |
820 | description: | 834 | description: |
821 | name: path_provider | 835 | name: path_provider |
822 | - url: "https://pub.dartlang.org" | 836 | + url: "https://pub.flutter-io.cn" |
823 | source: hosted | 837 | source: hosted |
824 | version: "2.0.11" | 838 | version: "2.0.11" |
825 | path_provider_android: | 839 | path_provider_android: |
826 | dependency: transitive | 840 | dependency: transitive |
827 | description: | 841 | description: |
828 | name: path_provider_android | 842 | name: path_provider_android |
829 | - url: "https://pub.dartlang.org" | 843 | + url: "https://pub.flutter-io.cn" |
830 | source: hosted | 844 | source: hosted |
831 | version: "2.0.16" | 845 | version: "2.0.16" |
832 | path_provider_ios: | 846 | path_provider_ios: |
833 | dependency: transitive | 847 | dependency: transitive |
834 | description: | 848 | description: |
835 | name: path_provider_ios | 849 | name: path_provider_ios |
836 | - url: "https://pub.dartlang.org" | 850 | + url: "https://pub.flutter-io.cn" |
837 | source: hosted | 851 | source: hosted |
838 | version: "2.0.10" | 852 | version: "2.0.10" |
839 | path_provider_linux: | 853 | path_provider_linux: |
840 | dependency: transitive | 854 | dependency: transitive |
841 | description: | 855 | description: |
842 | name: path_provider_linux | 856 | name: path_provider_linux |
843 | - url: "https://pub.dartlang.org" | 857 | + url: "https://pub.flutter-io.cn" |
844 | source: hosted | 858 | source: hosted |
845 | version: "2.1.7" | 859 | version: "2.1.7" |
846 | path_provider_macos: | 860 | path_provider_macos: |
847 | dependency: transitive | 861 | dependency: transitive |
848 | description: | 862 | description: |
849 | name: path_provider_macos | 863 | name: path_provider_macos |
850 | - url: "https://pub.dartlang.org" | 864 | + url: "https://pub.flutter-io.cn" |
851 | source: hosted | 865 | source: hosted |
852 | version: "2.0.6" | 866 | version: "2.0.6" |
853 | path_provider_platform_interface: | 867 | path_provider_platform_interface: |
854 | dependency: transitive | 868 | dependency: transitive |
855 | description: | 869 | description: |
856 | name: path_provider_platform_interface | 870 | name: path_provider_platform_interface |
857 | - url: "https://pub.dartlang.org" | 871 | + url: "https://pub.flutter-io.cn" |
858 | source: hosted | 872 | source: hosted |
859 | version: "2.0.4" | 873 | version: "2.0.4" |
860 | path_provider_windows: | 874 | path_provider_windows: |
861 | dependency: transitive | 875 | dependency: transitive |
862 | description: | 876 | description: |
863 | name: path_provider_windows | 877 | name: path_provider_windows |
864 | - url: "https://pub.dartlang.org" | 878 | + url: "https://pub.flutter-io.cn" |
865 | source: hosted | 879 | source: hosted |
866 | version: "2.0.7" | 880 | version: "2.0.7" |
867 | pausable_timer: | 881 | pausable_timer: |
868 | dependency: "direct main" | 882 | dependency: "direct main" |
869 | description: | 883 | description: |
870 | name: pausable_timer | 884 | name: pausable_timer |
871 | - url: "https://pub.dartlang.org" | 885 | + url: "https://pub.flutter-io.cn" |
872 | source: hosted | 886 | source: hosted |
873 | version: "1.0.0+5" | 887 | version: "1.0.0+5" |
874 | pedantic: | 888 | pedantic: |
875 | dependency: transitive | 889 | dependency: transitive |
876 | description: | 890 | description: |
877 | name: pedantic | 891 | name: pedantic |
878 | - url: "https://pub.dartlang.org" | 892 | + url: "https://pub.flutter-io.cn" |
879 | source: hosted | 893 | source: hosted |
880 | version: "1.11.1" | 894 | version: "1.11.1" |
881 | permission_handler: | 895 | permission_handler: |
882 | dependency: "direct dev" | 896 | dependency: "direct dev" |
883 | description: | 897 | description: |
884 | name: permission_handler | 898 | name: permission_handler |
885 | - url: "https://pub.dartlang.org" | 899 | + url: "https://pub.flutter-io.cn" |
886 | source: hosted | 900 | source: hosted |
887 | version: "9.2.0" | 901 | version: "9.2.0" |
888 | permission_handler_android: | 902 | permission_handler_android: |
889 | dependency: transitive | 903 | dependency: transitive |
890 | description: | 904 | description: |
891 | name: permission_handler_android | 905 | name: permission_handler_android |
892 | - url: "https://pub.dartlang.org" | 906 | + url: "https://pub.flutter-io.cn" |
893 | source: hosted | 907 | source: hosted |
894 | version: "9.0.2+1" | 908 | version: "9.0.2+1" |
895 | permission_handler_apple: | 909 | permission_handler_apple: |
896 | dependency: transitive | 910 | dependency: transitive |
897 | description: | 911 | description: |
898 | name: permission_handler_apple | 912 | name: permission_handler_apple |
899 | - url: "https://pub.dartlang.org" | 913 | + url: "https://pub.flutter-io.cn" |
900 | source: hosted | 914 | source: hosted |
901 | version: "9.0.4" | 915 | version: "9.0.4" |
902 | permission_handler_platform_interface: | 916 | permission_handler_platform_interface: |
903 | dependency: transitive | 917 | dependency: transitive |
904 | description: | 918 | description: |
905 | name: permission_handler_platform_interface | 919 | name: permission_handler_platform_interface |
906 | - url: "https://pub.dartlang.org" | 920 | + url: "https://pub.flutter-io.cn" |
907 | source: hosted | 921 | source: hosted |
908 | version: "3.7.0" | 922 | version: "3.7.0" |
909 | permission_handler_windows: | 923 | permission_handler_windows: |
910 | dependency: transitive | 924 | dependency: transitive |
911 | description: | 925 | description: |
912 | name: permission_handler_windows | 926 | name: permission_handler_windows |
913 | - url: "https://pub.dartlang.org" | 927 | + url: "https://pub.flutter-io.cn" |
914 | source: hosted | 928 | source: hosted |
915 | version: "0.1.0" | 929 | version: "0.1.0" |
916 | petitparser: | 930 | petitparser: |
917 | dependency: transitive | 931 | dependency: transitive |
918 | description: | 932 | description: |
919 | name: petitparser | 933 | name: petitparser |
920 | - url: "https://pub.dartlang.org" | 934 | + url: "https://pub.flutter-io.cn" |
921 | source: hosted | 935 | source: hosted |
922 | version: "5.0.0" | 936 | version: "5.0.0" |
923 | platform: | 937 | platform: |
924 | dependency: transitive | 938 | dependency: transitive |
925 | description: | 939 | description: |
926 | name: platform | 940 | name: platform |
927 | - url: "https://pub.dartlang.org" | 941 | + url: "https://pub.flutter-io.cn" |
928 | source: hosted | 942 | source: hosted |
929 | version: "3.1.0" | 943 | version: "3.1.0" |
930 | plugin_platform_interface: | 944 | plugin_platform_interface: |
931 | dependency: transitive | 945 | dependency: transitive |
932 | description: | 946 | description: |
933 | name: plugin_platform_interface | 947 | name: plugin_platform_interface |
934 | - url: "https://pub.dartlang.org" | 948 | + url: "https://pub.flutter-io.cn" |
935 | source: hosted | 949 | source: hosted |
936 | version: "2.1.2" | 950 | version: "2.1.2" |
937 | pool: | 951 | pool: |
938 | dependency: transitive | 952 | dependency: transitive |
939 | description: | 953 | description: |
940 | name: pool | 954 | name: pool |
941 | - url: "https://pub.dartlang.org" | 955 | + url: "https://pub.flutter-io.cn" |
942 | source: hosted | 956 | source: hosted |
943 | version: "1.5.1" | 957 | version: "1.5.1" |
944 | process: | 958 | process: |
945 | dependency: transitive | 959 | dependency: transitive |
946 | description: | 960 | description: |
947 | name: process | 961 | name: process |
948 | - url: "https://pub.dartlang.org" | 962 | + url: "https://pub.flutter-io.cn" |
949 | source: hosted | 963 | source: hosted |
950 | version: "4.2.4" | 964 | version: "4.2.4" |
951 | provider: | 965 | provider: |
952 | dependency: "direct main" | 966 | dependency: "direct main" |
953 | description: | 967 | description: |
954 | name: provider | 968 | name: provider |
955 | - url: "https://pub.dartlang.org" | 969 | + url: "https://pub.flutter-io.cn" |
956 | source: hosted | 970 | source: hosted |
957 | version: "6.0.3" | 971 | version: "6.0.3" |
958 | pub_semver: | 972 | pub_semver: |
959 | dependency: transitive | 973 | dependency: transitive |
960 | description: | 974 | description: |
961 | name: pub_semver | 975 | name: pub_semver |
962 | - url: "https://pub.dartlang.org" | 976 | + url: "https://pub.flutter-io.cn" |
963 | source: hosted | 977 | source: hosted |
964 | version: "2.1.1" | 978 | version: "2.1.1" |
965 | pubspec_parse: | 979 | pubspec_parse: |
966 | dependency: transitive | 980 | dependency: transitive |
967 | description: | 981 | description: |
968 | name: pubspec_parse | 982 | name: pubspec_parse |
969 | - url: "https://pub.dartlang.org" | 983 | + url: "https://pub.flutter-io.cn" |
970 | source: hosted | 984 | source: hosted |
971 | version: "1.2.0" | 985 | version: "1.2.0" |
972 | quick_actions: | 986 | quick_actions: |
973 | dependency: "direct main" | 987 | dependency: "direct main" |
974 | description: | 988 | description: |
975 | name: quick_actions | 989 | name: quick_actions |
976 | - url: "https://pub.dartlang.org" | 990 | + url: "https://pub.flutter-io.cn" |
977 | source: hosted | 991 | source: hosted |
978 | version: "0.6.0+11" | 992 | version: "0.6.0+11" |
979 | quick_actions_android: | 993 | quick_actions_android: |
980 | dependency: transitive | 994 | dependency: transitive |
981 | description: | 995 | description: |
982 | name: quick_actions_android | 996 | name: quick_actions_android |
983 | - url: "https://pub.dartlang.org" | 997 | + url: "https://pub.flutter-io.cn" |
984 | source: hosted | 998 | source: hosted |
985 | version: "0.6.0+11" | 999 | version: "0.6.0+11" |
986 | quick_actions_ios: | 1000 | quick_actions_ios: |
987 | dependency: transitive | 1001 | dependency: transitive |
988 | description: | 1002 | description: |
989 | name: quick_actions_ios | 1003 | name: quick_actions_ios |
990 | - url: "https://pub.dartlang.org" | 1004 | + url: "https://pub.flutter-io.cn" |
991 | source: hosted | 1005 | source: hosted |
992 | version: "0.6.0+11" | 1006 | version: "0.6.0+11" |
993 | quick_actions_platform_interface: | 1007 | quick_actions_platform_interface: |
994 | dependency: transitive | 1008 | dependency: transitive |
995 | description: | 1009 | description: |
996 | name: quick_actions_platform_interface | 1010 | name: quick_actions_platform_interface |
997 | - url: "https://pub.dartlang.org" | 1011 | + url: "https://pub.flutter-io.cn" |
998 | source: hosted | 1012 | source: hosted |
999 | version: "1.0.2" | 1013 | version: "1.0.2" |
1000 | quiver: | 1014 | quiver: |
1001 | dependency: transitive | 1015 | dependency: transitive |
1002 | description: | 1016 | description: |
1003 | name: quiver | 1017 | name: quiver |
1004 | - url: "https://pub.dartlang.org" | 1018 | + url: "https://pub.flutter-io.cn" |
1005 | source: hosted | 1019 | source: hosted |
1006 | version: "3.1.0" | 1020 | version: "3.1.0" |
1007 | rational: | 1021 | rational: |
1008 | dependency: transitive | 1022 | dependency: transitive |
1009 | description: | 1023 | description: |
1010 | name: rational | 1024 | name: rational |
1011 | - url: "https://pub.dartlang.org" | 1025 | + url: "https://pub.flutter-io.cn" |
1012 | source: hosted | 1026 | source: hosted |
1013 | version: "1.2.1" | 1027 | version: "1.2.1" |
1014 | recase: | 1028 | recase: |
1015 | dependency: transitive | 1029 | dependency: transitive |
1016 | description: | 1030 | description: |
1017 | name: recase | 1031 | name: recase |
1018 | - url: "https://pub.dartlang.org" | 1032 | + url: "https://pub.flutter-io.cn" |
1019 | source: hosted | 1033 | source: hosted |
1020 | version: "4.0.0" | 1034 | version: "4.0.0" |
1021 | rxdart: | 1035 | rxdart: |
1022 | dependency: "direct main" | 1036 | dependency: "direct main" |
1023 | description: | 1037 | description: |
1024 | name: rxdart | 1038 | name: rxdart |
1025 | - url: "https://pub.dartlang.org" | 1039 | + url: "https://pub.flutter-io.cn" |
1026 | source: hosted | 1040 | source: hosted |
1027 | version: "0.27.4" | 1041 | version: "0.27.4" |
1028 | safemap: | 1042 | safemap: |
1029 | dependency: "direct main" | 1043 | dependency: "direct main" |
1030 | description: | 1044 | description: |
1031 | name: safemap | 1045 | name: safemap |
1032 | - url: "https://pub.dartlang.org" | 1046 | + url: "https://pub.flutter-io.cn" |
1033 | source: hosted | 1047 | source: hosted |
1034 | version: "2.1.0" | 1048 | version: "2.1.0" |
1035 | - screenshot: | 1049 | + share_plus: |
1036 | dependency: "direct main" | 1050 | dependency: "direct main" |
1037 | description: | 1051 | description: |
1038 | - name: screenshot | 1052 | + name: share_plus |
1039 | - url: "https://pub.dartlang.org" | 1053 | + url: "https://pub.flutter-io.cn" |
1054 | + source: hosted | ||
1055 | + version: "4.0.10" | ||
1056 | + share_plus_linux: | ||
1057 | + dependency: transitive | ||
1058 | + description: | ||
1059 | + name: share_plus_linux | ||
1060 | + url: "https://pub.flutter-io.cn" | ||
1061 | + source: hosted | ||
1062 | + version: "3.0.0" | ||
1063 | + share_plus_macos: | ||
1064 | + dependency: transitive | ||
1065 | + description: | ||
1066 | + name: share_plus_macos | ||
1067 | + url: "https://pub.flutter-io.cn" | ||
1068 | + source: hosted | ||
1069 | + version: "3.0.1" | ||
1070 | + share_plus_platform_interface: | ||
1071 | + dependency: transitive | ||
1072 | + description: | ||
1073 | + name: share_plus_platform_interface | ||
1074 | + url: "https://pub.flutter-io.cn" | ||
1075 | + source: hosted | ||
1076 | + version: "3.0.3" | ||
1077 | + share_plus_web: | ||
1078 | + dependency: transitive | ||
1079 | + description: | ||
1080 | + name: share_plus_web | ||
1081 | + url: "https://pub.flutter-io.cn" | ||
1082 | + source: hosted | ||
1083 | + version: "3.0.1" | ||
1084 | + share_plus_windows: | ||
1085 | + dependency: transitive | ||
1086 | + description: | ||
1087 | + name: share_plus_windows | ||
1088 | + url: "https://pub.flutter-io.cn" | ||
1040 | source: hosted | 1089 | source: hosted |
1041 | - version: "1.2.3" | 1090 | + version: "3.0.1" |
1042 | shared_preferences: | 1091 | shared_preferences: |
1043 | dependency: transitive | 1092 | dependency: transitive |
1044 | description: | 1093 | description: |
1045 | name: shared_preferences | 1094 | name: shared_preferences |
1046 | - url: "https://pub.dartlang.org" | 1095 | + url: "https://pub.flutter-io.cn" |
1047 | source: hosted | 1096 | source: hosted |
1048 | version: "2.0.15" | 1097 | version: "2.0.15" |
1049 | shared_preferences_android: | 1098 | shared_preferences_android: |
1050 | dependency: transitive | 1099 | dependency: transitive |
1051 | description: | 1100 | description: |
1052 | name: shared_preferences_android | 1101 | name: shared_preferences_android |
1053 | - url: "https://pub.dartlang.org" | 1102 | + url: "https://pub.flutter-io.cn" |
1054 | source: hosted | 1103 | source: hosted |
1055 | version: "2.0.12" | 1104 | version: "2.0.12" |
1056 | shared_preferences_ios: | 1105 | shared_preferences_ios: |
1057 | dependency: transitive | 1106 | dependency: transitive |
1058 | description: | 1107 | description: |
1059 | name: shared_preferences_ios | 1108 | name: shared_preferences_ios |
1060 | - url: "https://pub.dartlang.org" | 1109 | + url: "https://pub.flutter-io.cn" |
1061 | source: hosted | 1110 | source: hosted |
1062 | version: "2.1.1" | 1111 | version: "2.1.1" |
1063 | shared_preferences_linux: | 1112 | shared_preferences_linux: |
1064 | dependency: transitive | 1113 | dependency: transitive |
1065 | description: | 1114 | description: |
1066 | name: shared_preferences_linux | 1115 | name: shared_preferences_linux |
1067 | - url: "https://pub.dartlang.org" | 1116 | + url: "https://pub.flutter-io.cn" |
1068 | source: hosted | 1117 | source: hosted |
1069 | version: "2.1.1" | 1118 | version: "2.1.1" |
1070 | shared_preferences_macos: | 1119 | shared_preferences_macos: |
1071 | dependency: transitive | 1120 | dependency: transitive |
1072 | description: | 1121 | description: |
1073 | name: shared_preferences_macos | 1122 | name: shared_preferences_macos |
1074 | - url: "https://pub.dartlang.org" | 1123 | + url: "https://pub.flutter-io.cn" |
1075 | source: hosted | 1124 | source: hosted |
1076 | version: "2.0.4" | 1125 | version: "2.0.4" |
1077 | shared_preferences_platform_interface: | 1126 | shared_preferences_platform_interface: |
1078 | dependency: transitive | 1127 | dependency: transitive |
1079 | description: | 1128 | description: |
1080 | name: shared_preferences_platform_interface | 1129 | name: shared_preferences_platform_interface |
1081 | - url: "https://pub.dartlang.org" | 1130 | + url: "https://pub.flutter-io.cn" |
1082 | source: hosted | 1131 | source: hosted |
1083 | version: "2.0.0" | 1132 | version: "2.0.0" |
1084 | shared_preferences_web: | 1133 | shared_preferences_web: |
1085 | dependency: transitive | 1134 | dependency: transitive |
1086 | description: | 1135 | description: |
1087 | name: shared_preferences_web | 1136 | name: shared_preferences_web |
1088 | - url: "https://pub.dartlang.org" | 1137 | + url: "https://pub.flutter-io.cn" |
1089 | source: hosted | 1138 | source: hosted |
1090 | version: "2.0.4" | 1139 | version: "2.0.4" |
1091 | shared_preferences_windows: | 1140 | shared_preferences_windows: |
1092 | dependency: transitive | 1141 | dependency: transitive |
1093 | description: | 1142 | description: |
1094 | name: shared_preferences_windows | 1143 | name: shared_preferences_windows |
1095 | - url: "https://pub.dartlang.org" | 1144 | + url: "https://pub.flutter-io.cn" |
1096 | source: hosted | 1145 | source: hosted |
1097 | version: "2.1.1" | 1146 | version: "2.1.1" |
1098 | shelf: | 1147 | shelf: |
1099 | dependency: transitive | 1148 | dependency: transitive |
1100 | description: | 1149 | description: |
1101 | name: shelf | 1150 | name: shelf |
1102 | - url: "https://pub.dartlang.org" | 1151 | + url: "https://pub.flutter-io.cn" |
1103 | source: hosted | 1152 | source: hosted |
1104 | version: "1.3.1" | 1153 | version: "1.3.1" |
1105 | shelf_packages_handler: | 1154 | shelf_packages_handler: |
1106 | dependency: transitive | 1155 | dependency: transitive |
1107 | description: | 1156 | description: |
1108 | name: shelf_packages_handler | 1157 | name: shelf_packages_handler |
1109 | - url: "https://pub.dartlang.org" | 1158 | + url: "https://pub.flutter-io.cn" |
1110 | source: hosted | 1159 | source: hosted |
1111 | version: "3.0.1" | 1160 | version: "3.0.1" |
1112 | shelf_static: | 1161 | shelf_static: |
1113 | dependency: transitive | 1162 | dependency: transitive |
1114 | description: | 1163 | description: |
1115 | name: shelf_static | 1164 | name: shelf_static |
1116 | - url: "https://pub.dartlang.org" | 1165 | + url: "https://pub.flutter-io.cn" |
1117 | source: hosted | 1166 | source: hosted |
1118 | version: "1.1.1" | 1167 | version: "1.1.1" |
1119 | shelf_web_socket: | 1168 | shelf_web_socket: |
1120 | dependency: transitive | 1169 | dependency: transitive |
1121 | description: | 1170 | description: |
1122 | name: shelf_web_socket | 1171 | name: shelf_web_socket |
1123 | - url: "https://pub.dartlang.org" | 1172 | + url: "https://pub.flutter-io.cn" |
1124 | source: hosted | 1173 | source: hosted |
1125 | version: "1.0.2" | 1174 | version: "1.0.2" |
1126 | sign_in_with_apple: | 1175 | sign_in_with_apple: |
1127 | dependency: "direct main" | 1176 | dependency: "direct main" |
1128 | description: | 1177 | description: |
1129 | name: sign_in_with_apple | 1178 | name: sign_in_with_apple |
1130 | - url: "https://pub.dartlang.org" | 1179 | + url: "https://pub.flutter-io.cn" |
1131 | source: hosted | 1180 | source: hosted |
1132 | version: "4.0.0" | 1181 | version: "4.0.0" |
1133 | sign_in_with_apple_platform_interface: | 1182 | sign_in_with_apple_platform_interface: |
1134 | dependency: transitive | 1183 | dependency: transitive |
1135 | description: | 1184 | description: |
1136 | name: sign_in_with_apple_platform_interface | 1185 | name: sign_in_with_apple_platform_interface |
1137 | - url: "https://pub.dartlang.org" | 1186 | + url: "https://pub.flutter-io.cn" |
1138 | source: hosted | 1187 | source: hosted |
1139 | version: "1.0.0" | 1188 | version: "1.0.0" |
1140 | sign_in_with_apple_web: | 1189 | sign_in_with_apple_web: |
1141 | dependency: transitive | 1190 | dependency: transitive |
1142 | description: | 1191 | description: |
1143 | name: sign_in_with_apple_web | 1192 | name: sign_in_with_apple_web |
1144 | - url: "https://pub.dartlang.org" | 1193 | + url: "https://pub.flutter-io.cn" |
1145 | source: hosted | 1194 | source: hosted |
1146 | version: "1.0.1" | 1195 | version: "1.0.1" |
1147 | sky_engine: | 1196 | sky_engine: |
... | @@ -1149,403 +1198,396 @@ packages: | ... | @@ -1149,403 +1198,396 @@ packages: |
1149 | description: flutter | 1198 | description: flutter |
1150 | source: sdk | 1199 | source: sdk |
1151 | version: "0.0.99" | 1200 | version: "0.0.99" |
1152 | - social_share: | ||
1153 | - dependency: "direct main" | ||
1154 | - description: | ||
1155 | - name: social_share | ||
1156 | - url: "https://pub.dartlang.org" | ||
1157 | - source: hosted | ||
1158 | - version: "2.2.1" | ||
1159 | source_gen: | 1201 | source_gen: |
1160 | dependency: transitive | 1202 | dependency: transitive |
1161 | description: | 1203 | description: |
1162 | name: source_gen | 1204 | name: source_gen |
1163 | - url: "https://pub.dartlang.org" | 1205 | + url: "https://pub.flutter-io.cn" |
1164 | source: hosted | 1206 | source: hosted |
1165 | version: "1.2.2" | 1207 | version: "1.2.2" |
1166 | source_helper: | 1208 | source_helper: |
1167 | dependency: transitive | 1209 | dependency: transitive |
1168 | description: | 1210 | description: |
1169 | name: source_helper | 1211 | name: source_helper |
1170 | - url: "https://pub.dartlang.org" | 1212 | + url: "https://pub.flutter-io.cn" |
1171 | source: hosted | 1213 | source: hosted |
1172 | version: "1.3.2" | 1214 | version: "1.3.2" |
1173 | source_map_stack_trace: | 1215 | source_map_stack_trace: |
1174 | dependency: transitive | 1216 | dependency: transitive |
1175 | description: | 1217 | description: |
1176 | name: source_map_stack_trace | 1218 | name: source_map_stack_trace |
1177 | - url: "https://pub.dartlang.org" | 1219 | + url: "https://pub.flutter-io.cn" |
1178 | source: hosted | 1220 | source: hosted |
1179 | version: "2.1.0" | 1221 | version: "2.1.0" |
1180 | source_maps: | 1222 | source_maps: |
1181 | dependency: transitive | 1223 | dependency: transitive |
1182 | description: | 1224 | description: |
1183 | name: source_maps | 1225 | name: source_maps |
1184 | - url: "https://pub.dartlang.org" | 1226 | + url: "https://pub.flutter-io.cn" |
1185 | source: hosted | 1227 | source: hosted |
1186 | version: "0.10.10" | 1228 | version: "0.10.10" |
1187 | source_span: | 1229 | source_span: |
1188 | dependency: transitive | 1230 | dependency: transitive |
1189 | description: | 1231 | description: |
1190 | name: source_span | 1232 | name: source_span |
1191 | - url: "https://pub.dartlang.org" | 1233 | + url: "https://pub.flutter-io.cn" |
1192 | source: hosted | 1234 | source: hosted |
1193 | version: "1.8.2" | 1235 | version: "1.8.2" |
1194 | sp_util: | 1236 | sp_util: |
1195 | dependency: transitive | 1237 | dependency: transitive |
1196 | description: | 1238 | description: |
1197 | name: sp_util | 1239 | name: sp_util |
1198 | - url: "https://pub.dartlang.org" | 1240 | + url: "https://pub.flutter-io.cn" |
1199 | source: hosted | 1241 | source: hosted |
1200 | version: "2.0.3" | 1242 | version: "2.0.3" |
1201 | sprintf: | 1243 | sprintf: |
1202 | dependency: "direct main" | 1244 | dependency: "direct main" |
1203 | description: | 1245 | description: |
1204 | name: sprintf | 1246 | name: sprintf |
1205 | - url: "https://pub.dartlang.org" | 1247 | + url: "https://pub.flutter-io.cn" |
1206 | source: hosted | 1248 | source: hosted |
1207 | version: "6.0.0" | 1249 | version: "6.0.0" |
1208 | sqflite: | 1250 | sqflite: |
1209 | dependency: transitive | 1251 | dependency: transitive |
1210 | description: | 1252 | description: |
1211 | name: sqflite | 1253 | name: sqflite |
1212 | - url: "https://pub.dartlang.org" | 1254 | + url: "https://pub.flutter-io.cn" |
1213 | source: hosted | 1255 | source: hosted |
1214 | version: "2.0.2+1" | 1256 | version: "2.0.2+1" |
1215 | sqflite_common: | 1257 | sqflite_common: |
1216 | dependency: transitive | 1258 | dependency: transitive |
1217 | description: | 1259 | description: |
1218 | name: sqflite_common | 1260 | name: sqflite_common |
1219 | - url: "https://pub.dartlang.org" | 1261 | + url: "https://pub.flutter-io.cn" |
1220 | source: hosted | 1262 | source: hosted |
1221 | version: "2.2.1+1" | 1263 | version: "2.2.1+1" |
1222 | stack_trace: | 1264 | stack_trace: |
1223 | dependency: transitive | 1265 | dependency: transitive |
1224 | description: | 1266 | description: |
1225 | name: stack_trace | 1267 | name: stack_trace |
1226 | - url: "https://pub.dartlang.org" | 1268 | + url: "https://pub.flutter-io.cn" |
1227 | source: hosted | 1269 | source: hosted |
1228 | version: "1.10.0" | 1270 | version: "1.10.0" |
1229 | sticky_headers: | 1271 | sticky_headers: |
1230 | dependency: "direct main" | 1272 | dependency: "direct main" |
1231 | description: | 1273 | description: |
1232 | name: sticky_headers | 1274 | name: sticky_headers |
1233 | - url: "https://pub.dartlang.org" | 1275 | + url: "https://pub.flutter-io.cn" |
1234 | source: hosted | 1276 | source: hosted |
1235 | version: "0.3.0+2" | 1277 | version: "0.3.0+2" |
1236 | stream_channel: | 1278 | stream_channel: |
1237 | dependency: transitive | 1279 | dependency: transitive |
1238 | description: | 1280 | description: |
1239 | name: stream_channel | 1281 | name: stream_channel |
1240 | - url: "https://pub.dartlang.org" | 1282 | + url: "https://pub.flutter-io.cn" |
1241 | source: hosted | 1283 | source: hosted |
1242 | version: "2.1.0" | 1284 | version: "2.1.0" |
1243 | stream_transform: | 1285 | stream_transform: |
1244 | dependency: transitive | 1286 | dependency: transitive |
1245 | description: | 1287 | description: |
1246 | name: stream_transform | 1288 | name: stream_transform |
1247 | - url: "https://pub.dartlang.org" | 1289 | + url: "https://pub.flutter-io.cn" |
1248 | source: hosted | 1290 | source: hosted |
1249 | version: "2.0.0" | 1291 | version: "2.0.0" |
1250 | string_scanner: | 1292 | string_scanner: |
1251 | dependency: transitive | 1293 | dependency: transitive |
1252 | description: | 1294 | description: |
1253 | name: string_scanner | 1295 | name: string_scanner |
1254 | - url: "https://pub.dartlang.org" | 1296 | + url: "https://pub.flutter-io.cn" |
1255 | source: hosted | 1297 | source: hosted |
1256 | version: "1.1.0" | 1298 | version: "1.1.0" |
1257 | sync_http: | 1299 | sync_http: |
1258 | dependency: transitive | 1300 | dependency: transitive |
1259 | description: | 1301 | description: |
1260 | name: sync_http | 1302 | name: sync_http |
1261 | - url: "https://pub.dartlang.org" | 1303 | + url: "https://pub.flutter-io.cn" |
1262 | source: hosted | 1304 | source: hosted |
1263 | version: "0.3.0" | 1305 | version: "0.3.0" |
1264 | synchronized: | 1306 | synchronized: |
1265 | dependency: transitive | 1307 | dependency: transitive |
1266 | description: | 1308 | description: |
1267 | name: synchronized | 1309 | name: synchronized |
1268 | - url: "https://pub.dartlang.org" | 1310 | + url: "https://pub.flutter-io.cn" |
1269 | source: hosted | 1311 | source: hosted |
1270 | version: "3.0.0+2" | 1312 | version: "3.0.0+2" |
1271 | tapped: | 1313 | tapped: |
1272 | dependency: "direct main" | 1314 | dependency: "direct main" |
1273 | description: | 1315 | description: |
1274 | name: tapped | 1316 | name: tapped |
1275 | - url: "https://pub.dartlang.org" | 1317 | + url: "https://pub.flutter-io.cn" |
1276 | source: hosted | 1318 | source: hosted |
1277 | version: "2.0.0" | 1319 | version: "2.0.0" |
1278 | term_glyph: | 1320 | term_glyph: |
1279 | dependency: transitive | 1321 | dependency: transitive |
1280 | description: | 1322 | description: |
1281 | name: term_glyph | 1323 | name: term_glyph |
1282 | - url: "https://pub.dartlang.org" | 1324 | + url: "https://pub.flutter-io.cn" |
1283 | source: hosted | 1325 | source: hosted |
1284 | version: "1.2.0" | 1326 | version: "1.2.0" |
1285 | test: | 1327 | test: |
1286 | dependency: "direct dev" | 1328 | dependency: "direct dev" |
1287 | description: | 1329 | description: |
1288 | name: test | 1330 | name: test |
1289 | - url: "https://pub.dartlang.org" | 1331 | + url: "https://pub.flutter-io.cn" |
1290 | source: hosted | 1332 | source: hosted |
1291 | version: "1.21.1" | 1333 | version: "1.21.1" |
1292 | test_api: | 1334 | test_api: |
1293 | dependency: transitive | 1335 | dependency: transitive |
1294 | description: | 1336 | description: |
1295 | name: test_api | 1337 | name: test_api |
1296 | - url: "https://pub.dartlang.org" | 1338 | + url: "https://pub.flutter-io.cn" |
1297 | source: hosted | 1339 | source: hosted |
1298 | version: "0.4.9" | 1340 | version: "0.4.9" |
1299 | test_core: | 1341 | test_core: |
1300 | dependency: transitive | 1342 | dependency: transitive |
1301 | description: | 1343 | description: |
1302 | name: test_core | 1344 | name: test_core |
1303 | - url: "https://pub.dartlang.org" | 1345 | + url: "https://pub.flutter-io.cn" |
1304 | source: hosted | 1346 | source: hosted |
1305 | version: "0.4.13" | 1347 | version: "0.4.13" |
1306 | timing: | 1348 | timing: |
1307 | dependency: transitive | 1349 | dependency: transitive |
1308 | description: | 1350 | description: |
1309 | name: timing | 1351 | name: timing |
1310 | - url: "https://pub.dartlang.org" | 1352 | + url: "https://pub.flutter-io.cn" |
1311 | source: hosted | 1353 | source: hosted |
1312 | version: "1.0.0" | 1354 | version: "1.0.0" |
1313 | twitter_login: | 1355 | twitter_login: |
1314 | dependency: "direct main" | 1356 | dependency: "direct main" |
1315 | description: | 1357 | description: |
1316 | name: twitter_login | 1358 | name: twitter_login |
1317 | - url: "https://pub.dartlang.org" | 1359 | + url: "https://pub.flutter-io.cn" |
1318 | source: hosted | 1360 | source: hosted |
1319 | version: "4.2.3" | 1361 | version: "4.2.3" |
1320 | typed_data: | 1362 | typed_data: |
1321 | dependency: transitive | 1363 | dependency: transitive |
1322 | description: | 1364 | description: |
1323 | name: typed_data | 1365 | name: typed_data |
1324 | - url: "https://pub.dartlang.org" | 1366 | + url: "https://pub.flutter-io.cn" |
1325 | source: hosted | 1367 | source: hosted |
1326 | version: "1.3.0" | 1368 | version: "1.3.0" |
1327 | universal_io: | 1369 | universal_io: |
1328 | dependency: transitive | 1370 | dependency: transitive |
1329 | description: | 1371 | description: |
1330 | name: universal_io | 1372 | name: universal_io |
1331 | - url: "https://pub.dartlang.org" | 1373 | + url: "https://pub.flutter-io.cn" |
1332 | source: hosted | 1374 | source: hosted |
1333 | version: "2.0.4" | 1375 | version: "2.0.4" |
1334 | url_launcher: | 1376 | url_launcher: |
1335 | dependency: "direct main" | 1377 | dependency: "direct main" |
1336 | description: | 1378 | description: |
1337 | name: url_launcher | 1379 | name: url_launcher |
1338 | - url: "https://pub.dartlang.org" | 1380 | + url: "https://pub.flutter-io.cn" |
1339 | source: hosted | 1381 | source: hosted |
1340 | version: "6.1.4" | 1382 | version: "6.1.4" |
1341 | url_launcher_android: | 1383 | url_launcher_android: |
1342 | dependency: transitive | 1384 | dependency: transitive |
1343 | description: | 1385 | description: |
1344 | name: url_launcher_android | 1386 | name: url_launcher_android |
1345 | - url: "https://pub.dartlang.org" | 1387 | + url: "https://pub.flutter-io.cn" |
1346 | source: hosted | 1388 | source: hosted |
1347 | version: "6.0.17" | 1389 | version: "6.0.17" |
1348 | url_launcher_ios: | 1390 | url_launcher_ios: |
1349 | dependency: transitive | 1391 | dependency: transitive |
1350 | description: | 1392 | description: |
1351 | name: url_launcher_ios | 1393 | name: url_launcher_ios |
1352 | - url: "https://pub.dartlang.org" | 1394 | + url: "https://pub.flutter-io.cn" |
1353 | source: hosted | 1395 | source: hosted |
1354 | version: "6.0.17" | 1396 | version: "6.0.17" |
1355 | url_launcher_linux: | 1397 | url_launcher_linux: |
1356 | dependency: transitive | 1398 | dependency: transitive |
1357 | description: | 1399 | description: |
1358 | name: url_launcher_linux | 1400 | name: url_launcher_linux |
1359 | - url: "https://pub.dartlang.org" | 1401 | + url: "https://pub.flutter-io.cn" |
1360 | source: hosted | 1402 | source: hosted |
1361 | version: "3.0.1" | 1403 | version: "3.0.1" |
1362 | url_launcher_macos: | 1404 | url_launcher_macos: |
1363 | dependency: transitive | 1405 | dependency: transitive |
1364 | description: | 1406 | description: |
1365 | name: url_launcher_macos | 1407 | name: url_launcher_macos |
1366 | - url: "https://pub.dartlang.org" | 1408 | + url: "https://pub.flutter-io.cn" |
1367 | source: hosted | 1409 | source: hosted |
1368 | version: "3.0.1" | 1410 | version: "3.0.1" |
1369 | url_launcher_platform_interface: | 1411 | url_launcher_platform_interface: |
1370 | dependency: transitive | 1412 | dependency: transitive |
1371 | description: | 1413 | description: |
1372 | name: url_launcher_platform_interface | 1414 | name: url_launcher_platform_interface |
1373 | - url: "https://pub.dartlang.org" | 1415 | + url: "https://pub.flutter-io.cn" |
1374 | source: hosted | 1416 | source: hosted |
1375 | version: "2.1.0" | 1417 | version: "2.1.0" |
1376 | url_launcher_web: | 1418 | url_launcher_web: |
1377 | dependency: transitive | 1419 | dependency: transitive |
1378 | description: | 1420 | description: |
1379 | name: url_launcher_web | 1421 | name: url_launcher_web |
1380 | - url: "https://pub.dartlang.org" | 1422 | + url: "https://pub.flutter-io.cn" |
1381 | source: hosted | 1423 | source: hosted |
1382 | version: "2.0.12" | 1424 | version: "2.0.12" |
1383 | url_launcher_windows: | 1425 | url_launcher_windows: |
1384 | dependency: transitive | 1426 | dependency: transitive |
1385 | description: | 1427 | description: |
1386 | name: url_launcher_windows | 1428 | name: url_launcher_windows |
1387 | - url: "https://pub.dartlang.org" | 1429 | + url: "https://pub.flutter-io.cn" |
1388 | source: hosted | 1430 | source: hosted |
1389 | version: "3.0.1" | 1431 | version: "3.0.1" |
1390 | url_strategy: | 1432 | url_strategy: |
1391 | dependency: "direct main" | 1433 | dependency: "direct main" |
1392 | description: | 1434 | description: |
1393 | name: url_strategy | 1435 | name: url_strategy |
1394 | - url: "https://pub.dartlang.org" | 1436 | + url: "https://pub.flutter-io.cn" |
1395 | source: hosted | 1437 | source: hosted |
1396 | version: "0.2.0" | 1438 | version: "0.2.0" |
1397 | uuid: | 1439 | uuid: |
1398 | dependency: transitive | 1440 | dependency: transitive |
1399 | description: | 1441 | description: |
1400 | name: uuid | 1442 | name: uuid |
1401 | - url: "https://pub.dartlang.org" | 1443 | + url: "https://pub.flutter-io.cn" |
1402 | source: hosted | 1444 | source: hosted |
1403 | version: "3.0.6" | 1445 | version: "3.0.6" |
1404 | vector_math: | 1446 | vector_math: |
1405 | dependency: transitive | 1447 | dependency: transitive |
1406 | description: | 1448 | description: |
1407 | name: vector_math | 1449 | name: vector_math |
1408 | - url: "https://pub.dartlang.org" | 1450 | + url: "https://pub.flutter-io.cn" |
1409 | source: hosted | 1451 | source: hosted |
1410 | version: "2.1.2" | 1452 | version: "2.1.2" |
1411 | vibration: | 1453 | vibration: |
1412 | dependency: "direct main" | 1454 | dependency: "direct main" |
1413 | description: | 1455 | description: |
1414 | name: vibration | 1456 | name: vibration |
1415 | - url: "https://pub.dartlang.org" | 1457 | + url: "https://pub.flutter-io.cn" |
1416 | source: hosted | 1458 | source: hosted |
1417 | version: "1.7.4-nullsafety.0" | 1459 | version: "1.7.4-nullsafety.0" |
1418 | vibration_web: | 1460 | vibration_web: |
1419 | dependency: transitive | 1461 | dependency: transitive |
1420 | description: | 1462 | description: |
1421 | name: vibration_web | 1463 | name: vibration_web |
1422 | - url: "https://pub.dartlang.org" | 1464 | + url: "https://pub.flutter-io.cn" |
1423 | source: hosted | 1465 | source: hosted |
1424 | version: "1.6.3-nullsafety.0" | 1466 | version: "1.6.3-nullsafety.0" |
1425 | video_player: | 1467 | video_player: |
1426 | dependency: "direct main" | 1468 | dependency: "direct main" |
1427 | description: | 1469 | description: |
1428 | name: video_player | 1470 | name: video_player |
1429 | - url: "https://pub.dartlang.org" | 1471 | + url: "https://pub.flutter-io.cn" |
1430 | source: hosted | 1472 | source: hosted |
1431 | version: "2.4.5" | 1473 | version: "2.4.5" |
1432 | video_player_android: | 1474 | video_player_android: |
1433 | dependency: transitive | 1475 | dependency: transitive |
1434 | description: | 1476 | description: |
1435 | name: video_player_android | 1477 | name: video_player_android |
1436 | - url: "https://pub.dartlang.org" | 1478 | + url: "https://pub.flutter-io.cn" |
1437 | source: hosted | 1479 | source: hosted |
1438 | version: "2.3.6" | 1480 | version: "2.3.6" |
1439 | video_player_avfoundation: | 1481 | video_player_avfoundation: |
1440 | dependency: transitive | 1482 | dependency: transitive |
1441 | description: | 1483 | description: |
1442 | name: video_player_avfoundation | 1484 | name: video_player_avfoundation |
1443 | - url: "https://pub.dartlang.org" | 1485 | + url: "https://pub.flutter-io.cn" |
1444 | source: hosted | 1486 | source: hosted |
1445 | version: "2.3.5" | 1487 | version: "2.3.5" |
1446 | video_player_platform_interface: | 1488 | video_player_platform_interface: |
1447 | dependency: transitive | 1489 | dependency: transitive |
1448 | description: | 1490 | description: |
1449 | name: video_player_platform_interface | 1491 | name: video_player_platform_interface |
1450 | - url: "https://pub.dartlang.org" | 1492 | + url: "https://pub.flutter-io.cn" |
1451 | source: hosted | 1493 | source: hosted |
1452 | version: "5.1.3" | 1494 | version: "5.1.3" |
1453 | video_player_web: | 1495 | video_player_web: |
1454 | dependency: transitive | 1496 | dependency: transitive |
1455 | description: | 1497 | description: |
1456 | name: video_player_web | 1498 | name: video_player_web |
1457 | - url: "https://pub.dartlang.org" | 1499 | + url: "https://pub.flutter-io.cn" |
1458 | source: hosted | 1500 | source: hosted |
1459 | version: "2.0.10" | 1501 | version: "2.0.10" |
1460 | vm_service: | 1502 | vm_service: |
1461 | dependency: transitive | 1503 | dependency: transitive |
1462 | description: | 1504 | description: |
1463 | name: vm_service | 1505 | name: vm_service |
1464 | - url: "https://pub.dartlang.org" | 1506 | + url: "https://pub.flutter-io.cn" |
1465 | source: hosted | 1507 | source: hosted |
1466 | version: "8.2.2" | 1508 | version: "8.2.2" |
1467 | watcher: | 1509 | watcher: |
1468 | dependency: transitive | 1510 | dependency: transitive |
1469 | description: | 1511 | description: |
1470 | name: watcher | 1512 | name: watcher |
1471 | - url: "https://pub.dartlang.org" | 1513 | + url: "https://pub.flutter-io.cn" |
1472 | source: hosted | 1514 | source: hosted |
1473 | version: "1.0.1" | 1515 | version: "1.0.1" |
1474 | web_socket_channel: | 1516 | web_socket_channel: |
1475 | dependency: transitive | 1517 | dependency: transitive |
1476 | description: | 1518 | description: |
1477 | name: web_socket_channel | 1519 | name: web_socket_channel |
1478 | - url: "https://pub.dartlang.org" | 1520 | + url: "https://pub.flutter-io.cn" |
1479 | source: hosted | 1521 | source: hosted |
1480 | version: "2.2.0" | 1522 | version: "2.2.0" |
1481 | webdriver: | 1523 | webdriver: |
1482 | dependency: transitive | 1524 | dependency: transitive |
1483 | description: | 1525 | description: |
1484 | name: webdriver | 1526 | name: webdriver |
1485 | - url: "https://pub.dartlang.org" | 1527 | + url: "https://pub.flutter-io.cn" |
1486 | source: hosted | 1528 | source: hosted |
1487 | version: "3.0.0" | 1529 | version: "3.0.0" |
1488 | webkit_inspection_protocol: | 1530 | webkit_inspection_protocol: |
1489 | dependency: transitive | 1531 | dependency: transitive |
1490 | description: | 1532 | description: |
1491 | name: webkit_inspection_protocol | 1533 | name: webkit_inspection_protocol |
1492 | - url: "https://pub.dartlang.org" | 1534 | + url: "https://pub.flutter-io.cn" |
1493 | source: hosted | 1535 | source: hosted |
1494 | version: "1.1.0" | 1536 | version: "1.1.0" |
1495 | webview_flutter: | 1537 | webview_flutter: |
1496 | dependency: "direct main" | 1538 | dependency: "direct main" |
1497 | description: | 1539 | description: |
1498 | name: webview_flutter | 1540 | name: webview_flutter |
1499 | - url: "https://pub.dartlang.org" | 1541 | + url: "https://pub.flutter-io.cn" |
1500 | source: hosted | 1542 | source: hosted |
1501 | version: "3.0.4" | 1543 | version: "3.0.4" |
1502 | webview_flutter_android: | 1544 | webview_flutter_android: |
1503 | dependency: transitive | 1545 | dependency: transitive |
1504 | description: | 1546 | description: |
1505 | name: webview_flutter_android | 1547 | name: webview_flutter_android |
1506 | - url: "https://pub.dartlang.org" | 1548 | + url: "https://pub.flutter-io.cn" |
1507 | source: hosted | 1549 | source: hosted |
1508 | version: "2.8.14" | 1550 | version: "2.8.14" |
1509 | webview_flutter_platform_interface: | 1551 | webview_flutter_platform_interface: |
1510 | dependency: transitive | 1552 | dependency: transitive |
1511 | description: | 1553 | description: |
1512 | name: webview_flutter_platform_interface | 1554 | name: webview_flutter_platform_interface |
1513 | - url: "https://pub.dartlang.org" | 1555 | + url: "https://pub.flutter-io.cn" |
1514 | source: hosted | 1556 | source: hosted |
1515 | version: "1.9.1" | 1557 | version: "1.9.1" |
1516 | webview_flutter_wkwebview: | 1558 | webview_flutter_wkwebview: |
1517 | dependency: transitive | 1559 | dependency: transitive |
1518 | description: | 1560 | description: |
1519 | name: webview_flutter_wkwebview | 1561 | name: webview_flutter_wkwebview |
1520 | - url: "https://pub.dartlang.org" | 1562 | + url: "https://pub.flutter-io.cn" |
1521 | source: hosted | 1563 | source: hosted |
1522 | version: "2.8.1" | 1564 | version: "2.8.1" |
1523 | win32: | 1565 | win32: |
1524 | dependency: transitive | 1566 | dependency: transitive |
1525 | description: | 1567 | description: |
1526 | name: win32 | 1568 | name: win32 |
1527 | - url: "https://pub.dartlang.org" | 1569 | + url: "https://pub.flutter-io.cn" |
1528 | source: hosted | 1570 | source: hosted |
1529 | version: "2.6.1" | 1571 | version: "2.6.1" |
1530 | xdg_directories: | 1572 | xdg_directories: |
1531 | dependency: transitive | 1573 | dependency: transitive |
1532 | description: | 1574 | description: |
1533 | name: xdg_directories | 1575 | name: xdg_directories |
1534 | - url: "https://pub.dartlang.org" | 1576 | + url: "https://pub.flutter-io.cn" |
1535 | source: hosted | 1577 | source: hosted |
1536 | version: "0.2.0+1" | 1578 | version: "0.2.0+1" |
1537 | xml: | 1579 | xml: |
1538 | dependency: transitive | 1580 | dependency: transitive |
1539 | description: | 1581 | description: |
1540 | name: xml | 1582 | name: xml |
1541 | - url: "https://pub.dartlang.org" | 1583 | + url: "https://pub.flutter-io.cn" |
1542 | source: hosted | 1584 | source: hosted |
1543 | version: "6.1.0" | 1585 | version: "6.1.0" |
1544 | yaml: | 1586 | yaml: |
1545 | dependency: transitive | 1587 | dependency: transitive |
1546 | description: | 1588 | description: |
1547 | name: yaml | 1589 | name: yaml |
1548 | - url: "https://pub.dartlang.org" | 1590 | + url: "https://pub.flutter-io.cn" |
1549 | source: hosted | 1591 | source: hosted |
1550 | version: "3.1.1" | 1592 | version: "3.1.1" |
1551 | sdks: | 1593 | sdks: | ... | ... |
... | @@ -119,9 +119,10 @@ dependencies: | ... | @@ -119,9 +119,10 @@ dependencies: |
119 | flutter_inapp_purchase: ^5.3.0 | 119 | flutter_inapp_purchase: ^5.3.0 |
120 | 120 | ||
121 | jpush_flutter: ^2.2.9 | 121 | jpush_flutter: ^2.2.9 |
122 | - social_share: ^2.2.1 | 122 | + share_plus: ^4.0.10 |
123 | - screenshot: ^1.2.3 | 123 | + image_gallery_saver: ^1.7.1 |
124 | 124 | ||
125 | + flutter_easy_permission: ^1.1.2 | ||
125 | dependency_overrides: | 126 | dependency_overrides: |
126 | decimal: 1.5.0 | 127 | decimal: 1.5.0 |
127 | 128 | ... | ... |
-
Please register or login to post a comment