File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ import FlutterMacOS
6
6
import Foundation
7
7
8
8
import connectivity_plus_macos
9
+ import device_info_plus_macos
10
+ import firebase_core
11
+ import package_info
12
+ import shared_preferences_macos
9
13
import url_launcher_macos
10
14
11
15
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
12
16
ConnectivityPlugin . register ( with: registry. registrar ( forPlugin: " ConnectivityPlugin " ) )
17
+ DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
18
+ FLTFirebaseCorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseCorePlugin " ) )
19
+ FLTPackageInfoPlugin . register ( with: registry. registrar ( forPlugin: " FLTPackageInfoPlugin " ) )
20
+ SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
13
21
UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
14
22
}
You can’t perform that action at this time.
0 commit comments