mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
fix: build for ios
This commit is contained in:
32
pubspec.yaml
32
pubspec.yaml
@@ -70,7 +70,12 @@ dependencies:
|
||||
webview_cookie_manager: ^2.0.6
|
||||
# 浏览器
|
||||
webview_flutter: ^4.2.2
|
||||
flutter_inappwebview: ^6.0.0
|
||||
# flutter_inappwebview: ^6.0.0
|
||||
flutter_inappwebview:
|
||||
git:
|
||||
url: https://github.com/GabriellArthur/flutter_inappwebview.git
|
||||
ref: master
|
||||
path: flutter_inappwebview
|
||||
# 解决sliver滑动不同步
|
||||
extended_nested_scroll_view: ^6.1.2
|
||||
# 上拉加载
|
||||
@@ -156,6 +161,31 @@ dependency_overrides:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user