2026-01-12 14:12:41 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2026-03-08 00:41:44 +05:30
|
|
|
import emoji_picker_flutter
|
2026-02-22 21:48:04 +05:30
|
|
|
import flutter_secure_storage_macos
|
2026-03-07 10:25:53 +05:30
|
|
|
import path_provider_foundation
|
2026-02-22 21:48:04 +05:30
|
|
|
import shared_preferences_foundation
|
|
|
|
|
import sqflite_darwin
|
2026-01-12 14:12:41 +05:30
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2026-03-08 00:41:44 +05:30
|
|
|
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin"))
|
2026-02-22 21:48:04 +05:30
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2026-03-07 10:25:53 +05:30
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2026-02-22 21:48:04 +05:30
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2026-01-12 14:12:41 +05:30
|
|
|
}
|