Skip to content

Commit a845947

Browse files
committed
优化
1 parent 0668479 commit a845947

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

android/app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ android {
6262
versionName flutterVersionName
6363
multiDexEnabled true
6464

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+
}
7070
}
7171

7272
signingConfigs {

lib/screen/desktop/pages/download_page.dart

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class _DownloadPageState extends State<DownloadPage> with AutomaticKeepAliveClie
3333
ToastUtil.error(S.current.toastLinkInvalid);
3434
return;
3535
}
36+
url = 'https://www.baidu.com';
3637
ToastUtil.loading();
3738
VideoModel videoModel = await HttpRequest.request<VideoModel>(
3839
Urls.shortVideoParse,

lib/widget/slide_drawer.dart

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ class _HomeDrawerState extends State<HomeDrawer> {
5959
// labelName: '给个好评',
6060
// icon: const Icon(Icons.recommend_outlined),
6161
// ),
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+
// ),
6767
DrawerList(
6868
index: DrawerIndex.More,
6969
labelName: 'More',

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies:
3232
sdk: flutter
3333
flutter_localizations:
3434
sdk: flutter
35-
http: ^1.2.1
35+
http: ^1.2.2
3636
path_provider: ^2.1.3
3737
sqflite_common_ffi: ^2.3.3
3838
flutter_screenutil: ^5.9.0
3939
shimmer: ^3.0.0
4040
cached_network_image: ^3.3.1
41-
package_info_plus: ^8.0.0
41+
package_info_plus: ^8.0.1
4242
url_launcher: ^6.2.6
4343
permission_handler: ^11.3.1
4444
lottie: ^3.1.2
@@ -51,7 +51,6 @@ dependencies:
5151
flutter_animate: ^4.5.0
5252
intl: ^0.19.0
5353
intl_utils: ^2.8.7
54-
flutter_launcher_icons: ^0.13.1
5554
background_downloader: ^8.5.0
5655
media_kit: ^1.1.10
5756
provider: ^6.0.5
@@ -68,6 +67,7 @@ dependencies:
6867
dev_dependencies:
6968
flutter_test:
7069
sdk: flutter
70+
flutter_launcher_icons: ^0.13.1
7171

7272
# The "flutter_lints" package below contains a set of recommended lints to
7373
# encourage good coding practices. The lint set provided by the package is

0 commit comments

Comments
 (0)