2023-06-21 17:44:28 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-07-17 01:00:16 +08:00
|
|
|
import device_info_plus
|
2023-08-10 19:08:46 +08:00
|
|
|
import fast_rsa
|
2023-06-29 17:02:09 +08:00
|
|
|
import file_selector_macos
|
2024-03-16 12:15:13 +08:00
|
|
|
import flutter_image_compress_macos
|
2023-06-21 17:44:28 +08:00
|
|
|
import flutter_local_notifications
|
2023-07-17 01:00:16 +08:00
|
|
|
import flutter_secure_storage_macos
|
2023-06-21 17:44:28 +08:00
|
|
|
import flutter_timezone
|
|
|
|
import path_provider_foundation
|
2023-07-17 01:00:16 +08:00
|
|
|
import shared_preferences_foundation
|
2023-08-01 10:01:08 +08:00
|
|
|
import sqflite
|
2023-06-21 17:44:28 +08:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-07-17 01:00:16 +08:00
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2023-08-10 19:08:46 +08:00
|
|
|
FastRsaPlugin.register(with: registry.registrar(forPlugin: "FastRsaPlugin"))
|
2023-06-29 17:02:09 +08:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2024-03-16 12:15:13 +08:00
|
|
|
FlutterImageCompressMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterImageCompressMacosPlugin"))
|
2023-06-21 17:44:28 +08:00
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2023-07-17 01:00:16 +08:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2023-06-21 17:44:28 +08:00
|
|
|
FlutterTimezonePlugin.register(with: registry.registrar(forPlugin: "FlutterTimezonePlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-07-17 01:00:16 +08:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-08-01 10:01:08 +08:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2023-06-21 17:44:28 +08:00
|
|
|
}
|