@@ -8,45 +8,29 @@ import Foundation
8
8
import assets_audio_player
9
9
import assets_audio_player_web
10
10
import bitsdojo_window_macos
11
- import file_selector_macos
12
11
import firebase_analytics
13
12
import firebase_auth
14
13
import firebase_core
15
14
import firebase_messaging
16
15
import flutter_local_notifications
17
16
import flutter_localization
18
17
import flutter_native_timezone
19
- import flutter_secure_storage_macos
20
18
import google_sign_in_ios
21
- import package_info_plus
22
19
import path_provider_foundation
23
- import platform_device_id
24
- import platform_device_id_macos
25
- import share_plus
26
20
import shared_preferences_foundation
27
- import sqflite
28
- import url_launcher_macos
29
21
30
22
func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
31
23
AssetsAudioPlayerPlugin . register ( with: registry. registrar ( forPlugin: " AssetsAudioPlayerPlugin " ) )
32
24
AssetsAudioPlayerWebPlugin . register ( with: registry. registrar ( forPlugin: " AssetsAudioPlayerWebPlugin " ) )
33
25
BitsdojoWindowPlugin . register ( with: registry. registrar ( forPlugin: " BitsdojoWindowPlugin " ) )
34
- FileSelectorPlugin . register ( with: registry. registrar ( forPlugin: " FileSelectorPlugin " ) )
35
26
FLTFirebaseAnalyticsPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseAnalyticsPlugin " ) )
36
27
FLTFirebaseAuthPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseAuthPlugin " ) )
37
28
FLTFirebaseCorePlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseCorePlugin " ) )
38
29
FLTFirebaseMessagingPlugin . register ( with: registry. registrar ( forPlugin: " FLTFirebaseMessagingPlugin " ) )
39
30
FlutterLocalNotificationsPlugin . register ( with: registry. registrar ( forPlugin: " FlutterLocalNotificationsPlugin " ) )
40
31
FlutterLocalizationPlugin . register ( with: registry. registrar ( forPlugin: " FlutterLocalizationPlugin " ) )
41
32
FlutterNativeTimezonePlugin . register ( with: registry. registrar ( forPlugin: " FlutterNativeTimezonePlugin " ) )
42
- FlutterSecureStoragePlugin . register ( with: registry. registrar ( forPlugin: " FlutterSecureStoragePlugin " ) )
43
33
FLTGoogleSignInPlugin . register ( with: registry. registrar ( forPlugin: " FLTGoogleSignInPlugin " ) )
44
- FPPPackageInfoPlusPlugin . register ( with: registry. registrar ( forPlugin: " FPPPackageInfoPlusPlugin " ) )
45
34
PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
46
- PlatformDeviceIdMacosPlugin . register ( with: registry. registrar ( forPlugin: " PlatformDeviceIdMacosPlugin " ) )
47
- PlatformDeviceIdMacosPlugin . register ( with: registry. registrar ( forPlugin: " PlatformDeviceIdMacosPlugin " ) )
48
- SharePlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " SharePlusMacosPlugin " ) )
49
35
SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
50
- SqflitePlugin . register ( with: registry. registrar ( forPlugin: " SqflitePlugin " ) )
51
- UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
52
36
}
0 commit comments