File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import screen_retriever
12
12
import shared_preferences_foundation
13
13
import sqflite
14
14
import url_launcher_macos
15
+ import webview_flutter_wkwebview
15
16
import window_manager
16
17
17
18
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
@@ -22,5 +23,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
22
23
SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
23
24
SqflitePlugin . register ( with: registry. registrar ( forPlugin: " SqflitePlugin " ) )
24
25
UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
26
+ FLTWebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " FLTWebViewFlutterPlugin " ) )
25
27
WindowManagerPlugin . register ( with: registry. registrar ( forPlugin: " WindowManagerPlugin " ) )
26
28
}
You can’t perform that action at this time.
0 commit comments