Skip to content

Commit ffe6ed6

Browse files
committed
refactor: support for package_info_plus ^9.0.0
1 parent 8ec08cd commit ffe6ed6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/firebase_dart_flutter/example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ import Foundation
77

88
import app_links
99
import facebook_auth_desktop
10-
import flutter_inappwebview_macos
1110
import flutter_secure_storage_macos
1211
import google_sign_in_ios
1312
import package_info_plus
1413
import path_provider_foundation
1514
import sign_in_with_apple
1615
import url_launcher_macos
16+
import webview_flutter_wkwebview
1717

1818
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1919
AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
2020
FacebookAuthDesktopPlugin.register(with: registry.registrar(forPlugin: "FacebookAuthDesktopPlugin"))
21-
InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
2221
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
2322
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
2423
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2524
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2625
SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
2726
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
27+
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
2828
}

packages/firebase_dart_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
platform_info: ^5.0.0
1515
path_provider: ^2.0.0
1616
hive: ^2.0.0
17-
package_info_plus: ^8.0.0
17+
package_info_plus: '>=8.0.0 <10.0.0'
1818
url_launcher: ^6.0.0
1919
logging: ^1.0.2
2020
flutter_apns_only: ^1.0.0

0 commit comments

Comments
 (0)