2023-07-29 18:10:10 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-03-25 14:59:16 +01:00
|
|
|
import flutter_secure_storage_macos
|
|
|
|
import path_provider_foundation
|
2024-08-03 22:30:07 +02:00
|
|
|
import sqflite
|
2023-07-29 18:10:10 +02:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-03-25 14:59:16 +01:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-08-03 22:30:07 +02:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2023-07-29 18:10:10 +02:00
|
|
|
}
|