2025-12-26 11:42:02 -07:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
|
|
import flutter_blue_plus_darwin
|
|
|
|
|
import flutter_local_notifications
|
2026-01-19 20:56:07 -07:00
|
|
|
import mobile_scanner
|
2025-12-31 22:19:48 -07:00
|
|
|
import package_info_plus
|
2026-02-08 12:26:49 -08:00
|
|
|
import share_plus
|
2025-12-26 11:42:02 -07:00
|
|
|
import shared_preferences_foundation
|
2025-12-27 15:32:32 -07:00
|
|
|
import sqflite_darwin
|
2026-01-20 21:42:54 -07:00
|
|
|
import url_launcher_macos
|
2025-12-26 11:42:02 -07:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
|
FlutterBluePlusPlugin.register(with: registry.registrar(forPlugin: "FlutterBluePlusPlugin"))
|
|
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2026-01-19 20:56:07 -07:00
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
2025-12-31 22:19:48 -07:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2026-02-08 12:26:49 -08:00
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
2025-12-26 11:42:02 -07:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2025-12-27 15:32:32 -07:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2026-01-20 21:42:54 -07:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2025-12-26 11:42:02 -07:00
|
|
|
}
|