2020-09-26 20:27:15 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2021-05-01 21:36:27 +02:00
|
|
|
import audioplayers
|
2021-11-30 19:07:07 +01:00
|
|
|
import desktop_drop
|
2022-02-11 22:50:20 +01:00
|
|
|
import emoji_picker_flutter
|
2021-07-15 13:20:45 +02:00
|
|
|
import file_selector_macos
|
2020-11-14 13:24:01 +01:00
|
|
|
import flutter_local_notifications
|
2021-12-01 20:46:55 +01:00
|
|
|
import flutter_secure_storage_macos
|
2022-02-14 09:25:29 +01:00
|
|
|
import flutter_web_auth
|
2021-09-19 13:48:23 +02:00
|
|
|
import geolocator_apple
|
2021-10-08 07:32:18 +02:00
|
|
|
import package_info
|
2021-06-26 10:43:17 +02:00
|
|
|
import package_info_plus_macos
|
2020-09-26 20:27:15 +02:00
|
|
|
import path_provider_macos
|
2021-03-12 11:30:18 +01:00
|
|
|
import shared_preferences_macos
|
2020-09-26 20:27:15 +02:00
|
|
|
import sqflite
|
|
|
|
import url_launcher_macos
|
2022-02-02 14:31:15 +01:00
|
|
|
import video_compress
|
2021-08-22 21:08:56 +02:00
|
|
|
import wakelock_macos
|
2020-09-26 20:27:15 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2021-05-01 21:36:27 +02:00
|
|
|
AudioplayersPlugin.register(with: registry.registrar(forPlugin: "AudioplayersPlugin"))
|
2021-11-30 19:07:07 +01:00
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
|
2022-02-11 22:50:20 +01:00
|
|
|
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin"))
|
2021-07-15 13:20:45 +02:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2020-11-14 13:24:01 +01:00
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2021-12-01 20:46:55 +01:00
|
|
|
FlutterSecureStorageMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageMacosPlugin"))
|
2022-02-14 09:25:29 +01:00
|
|
|
FlutterWebAuthPlugin.register(with: registry.registrar(forPlugin: "FlutterWebAuthPlugin"))
|
2021-09-19 13:48:23 +02:00
|
|
|
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
2021-10-08 07:32:18 +02:00
|
|
|
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
|
2021-06-26 10:43:17 +02:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
2020-09-26 20:27:15 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2021-03-12 11:30:18 +01:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2020-09-26 20:27:15 +02:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2022-02-02 14:31:15 +01:00
|
|
|
VideoCompressPlugin.register(with: registry.registrar(forPlugin: "VideoCompressPlugin"))
|
2021-08-22 21:08:56 +02:00
|
|
|
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
|
2020-09-26 20:27:15 +02:00
|
|
|
}
|