2025-11-21 17:58:56 +09:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
2025-11-24 17:53:00 +09:00
|
|
|
import audioplayers_darwin
|
2025-11-21 17:58:56 +09:00
|
|
|
import bonsoir_darwin
|
2025-11-24 17:53:00 +09:00
|
|
|
import file_selector_macos
|
|
|
|
|
import mobile_scanner
|
|
|
|
|
import sqlite3_flutter_libs
|
2025-11-21 17:58:56 +09:00
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2025-11-24 17:53:00 +09:00
|
|
|
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
|
2025-11-21 17:58:56 +09:00
|
|
|
SwiftBonsoirPlugin.register(with: registry.registrar(forPlugin: "SwiftBonsoirPlugin"))
|
2025-11-24 17:53:00 +09:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
|
|
|
|
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
|
|
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2025-11-21 17:58:56 +09:00
|
|
|
}
|