2023-03-30 15:19:24 +13:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-04-13 15:10:09 +12:00
|
|
|
import audioplayers_darwin
|
2023-04-09 14:39:41 +12:00
|
|
|
import path_provider_foundation
|
2023-04-07 15:56:17 +12:00
|
|
|
import sqflite
|
2023-04-09 14:39:41 +12:00
|
|
|
import sqlite3_flutter_libs
|
2023-03-30 15:19:24 +13:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-04-13 15:10:09 +12:00
|
|
|
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
|
2023-04-09 14:39:41 +12:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-04-07 15:56:17 +12:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2023-04-09 14:39:41 +12:00
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2023-03-30 15:19:24 +13:00
|
|
|
}
|