File tree 4 files changed +14
-13
lines changed
4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ android {
62
62
versionName flutterVersionName
63
63
multiDexEnabled true
64
64
65
- // ndk {
66
- // //选择要添加的对应 cpu 类型的 .so 库。
67
- // // abiFilters 'arm64-v8a'
68
- // // abiFilters 'armeabi-v7a' //'arm64-v8a', 'armeabi',
69
- // }
65
+ ndk {
66
+ // 选择要添加的对应 cpu 类型的 .so 库。
67
+ abiFilters ' arm64-v8a'
68
+ // abiFilters 'armeabi-v7a' //'arm64-v8a', 'armeabi',
69
+ }
70
70
}
71
71
72
72
signingConfigs {
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class _DownloadPageState extends State<DownloadPage> with AutomaticKeepAliveClie
33
33
ToastUtil .error (S .current.toastLinkInvalid);
34
34
return ;
35
35
}
36
+ url = 'https://www.baidu.com' ;
36
37
ToastUtil .loading ();
37
38
VideoModel videoModel = await HttpRequest .request <VideoModel >(
38
39
Urls .shortVideoParse,
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ class _HomeDrawerState extends State<HomeDrawer> {
59
59
// labelName: '给个好评',
60
60
// icon: const Icon(Icons.recommend_outlined),
61
61
// ),
62
- DrawerList (
63
- index: DrawerIndex .Settings ,
64
- labelName: 'Settings' ,
65
- icon: const Icon (Icons .settings_outlined),
66
- ),
62
+ // DrawerList(
63
+ // index: DrawerIndex.Settings,
64
+ // labelName: 'Settings',
65
+ // icon: const Icon(Icons.settings_outlined),
66
+ // ),
67
67
DrawerList (
68
68
index: DrawerIndex .More ,
69
69
labelName: 'More' ,
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ dependencies:
32
32
sdk : flutter
33
33
flutter_localizations :
34
34
sdk : flutter
35
- http : ^1.2.1
35
+ http : ^1.2.2
36
36
path_provider : ^2.1.3
37
37
sqflite_common_ffi : ^2.3.3
38
38
flutter_screenutil : ^5.9.0
39
39
shimmer : ^3.0.0
40
40
cached_network_image : ^3.3.1
41
- package_info_plus : ^8.0.0
41
+ package_info_plus : ^8.0.1
42
42
url_launcher : ^6.2.6
43
43
permission_handler : ^11.3.1
44
44
lottie : ^3.1.2
@@ -51,7 +51,6 @@ dependencies:
51
51
flutter_animate : ^4.5.0
52
52
intl : ^0.19.0
53
53
intl_utils : ^2.8.7
54
- flutter_launcher_icons : ^0.13.1
55
54
background_downloader : ^8.5.0
56
55
media_kit : ^1.1.10
57
56
provider : ^6.0.5
@@ -68,6 +67,7 @@ dependencies:
68
67
dev_dependencies :
69
68
flutter_test :
70
69
sdk : flutter
70
+ flutter_launcher_icons : ^0.13.1
71
71
72
72
# The "flutter_lints" package below contains a set of recommended lints to
73
73
# encourage good coding practices. The lint set provided by the package is
You can’t perform that action at this time.
0 commit comments