mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
47
pubspec.yaml
47
pubspec.yaml
@@ -44,7 +44,7 @@ dependencies:
|
||||
dio: ^5.3.3
|
||||
cookie_jar: ^4.0.8
|
||||
dio_cookie_manager: ^3.1.1
|
||||
connectivity_plus: ^4.0.1
|
||||
connectivity_plus: ^6.0.5
|
||||
dio_http2_adapter: ^2.3.1+1
|
||||
|
||||
# 图片
|
||||
@@ -61,25 +61,20 @@ dependencies:
|
||||
hive_flutter: ^1.1.0
|
||||
|
||||
# 设备信息
|
||||
device_info_plus: ^9.0.2
|
||||
device_info_plus: ^10.1.2
|
||||
# 权限
|
||||
permission_handler: ^11.0.1
|
||||
# 分享
|
||||
share_plus: ^7.0.2
|
||||
share_plus: ^10.0.2
|
||||
# cookie 管理
|
||||
webview_cookie_manager: ^2.0.6
|
||||
# 浏览器
|
||||
webview_flutter: ^4.2.2
|
||||
# flutter_inappwebview: ^6.0.0
|
||||
flutter_inappwebview:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview
|
||||
flutter_inappwebview: ^6.1.4
|
||||
# 解决sliver滑动不同步
|
||||
extended_nested_scroll_view: ^6.1.2
|
||||
# 上拉加载
|
||||
loading_more_list: ^6.0.0
|
||||
loading_more_list: ^7.1.0
|
||||
# 下拉刷新
|
||||
pull_to_refresh_notification: ^3.0.1
|
||||
# 图标
|
||||
@@ -146,7 +141,7 @@ dependencies:
|
||||
flutter_html: ^3.0.0-beta.2
|
||||
# 极验
|
||||
gt3_flutter_plugin: ^0.1.0
|
||||
uuid: ^3.0.7
|
||||
uuid: ^4.5.1
|
||||
scrollable_positioned_list: ^0.3.8
|
||||
nil: ^1.1.1
|
||||
catcher_2: ^2.0.0-alpha.2
|
||||
@@ -168,32 +163,6 @@ dependency_overrides:
|
||||
mime: ^2.0.0
|
||||
fading_edge_scrollview: ^4.1.1
|
||||
rxdart: ^0.28.0
|
||||
webview_flutter_android: 3.16.1
|
||||
flutter_inappwebview_platform_interface:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview_platform_interface
|
||||
flutter_inappwebview_android:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview_android
|
||||
flutter_inappwebview_ios:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview_ios
|
||||
flutter_inappwebview_macos:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview_macos
|
||||
flutter_inappwebview_web:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview_web
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -204,8 +173,8 @@ dev_dependencies:
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^2.0.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_launcher_icons: ^0.14.1
|
||||
# flutter_launcher_icons:
|
||||
# git:
|
||||
# url: https://github.com/nvi9/flutter_launcher_icons.git
|
||||
|
||||
Reference in New Issue
Block a user