File tree 2 files changed +76
-87
lines changed 2 files changed +76
-87
lines changed Original file line number Diff line number Diff line change 5
5
import FlutterMacOS
6
6
import Foundation
7
7
8
+ import app_settings
8
9
import device_info_plus
10
+ import file_picker
9
11
import file_selector_macos
10
12
import firebase_core
11
13
import firebase_messaging
@@ -18,7 +20,9 @@ import video_player_avfoundation
18
20
import wakelock_plus
19
21
20
22
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
23
+ AppSettingsPlugin . register ( with: registry. registrar ( forPlugin: " AppSettingsPlugin " ) )
21
24
DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
25
+ FilePickerPlugin . register ( with: registry. registrar ( forPlugin: " FilePickerPlugin " ) )
22
26
FileSelectorPlugin . register ( with: registry. registrar ( forPlugin: " FileSelectorPlugin " ) )
23
27
FLTFirebaseCorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseCorePlugin " ) )
24
28
FLTFirebaseMessagingPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseMessagingPlugin " ) )
You can’t perform that action at this time.
0 commit comments