File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/firebase_dart_flutter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ import Foundation
7
7
8
8
import app_links
9
9
import facebook_auth_desktop
10
- import flutter_inappwebview_macos
11
10
import flutter_secure_storage_macos
12
11
import google_sign_in_ios
13
12
import package_info_plus
14
13
import path_provider_foundation
15
14
import sign_in_with_apple
16
15
import url_launcher_macos
16
+ import webview_flutter_wkwebview
17
17
18
18
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
19
19
AppLinksMacosPlugin . register ( with: registry. registrar ( forPlugin: " AppLinksMacosPlugin " ) )
20
20
FacebookAuthDesktopPlugin . register ( with: registry. registrar ( forPlugin: " FacebookAuthDesktopPlugin " ) )
21
- InAppWebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " InAppWebViewFlutterPlugin " ) )
22
21
FlutterSecureStoragePlugin . register ( with: registry. registrar ( forPlugin: " FlutterSecureStoragePlugin " ) )
23
22
FLTGoogleSignInPlugin . register ( with: registry. registrar ( forPlugin: " FLTGoogleSignInPlugin " ) )
24
23
FPPPackageInfoPlusPlugin . register ( with: registry. registrar ( forPlugin: " FPPPackageInfoPlusPlugin " ) )
25
24
PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
26
25
SignInWithApplePlugin . register ( with: registry. registrar ( forPlugin: " SignInWithApplePlugin " ) )
27
26
UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
27
+ WebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " WebViewFlutterPlugin " ) )
28
28
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
14
14
platform_info : ^5.0.0
15
15
path_provider : ^2.0.0
16
16
hive : ^2.0.0
17
- package_info_plus : ^ 8.0.0
17
+ package_info_plus : ' >= 8.0.0 <10.0.0 '
18
18
url_launcher : ^6.0.0
19
19
logging : ^1.0.2
20
20
flutter_apns_only : ^1.0.0
You can’t perform that action at this time.
0 commit comments