fix: build for ios

This commit is contained in:
bggRGjQaUbCoE
2024-09-17 20:27:19 +08:00
parent 974f4bb848
commit c0db847a27
2 changed files with 67 additions and 31 deletions

View File

@@ -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: