2023-05-06 21:14:12 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-06-05 22:21:29 +00:00
|
|
|
import package_info_plus
|
2023-05-16 20:07:18 +00:00
|
|
|
import path_provider_foundation
|
2023-06-06 21:04:49 +00:00
|
|
|
import shared_preferences_foundation
|
2023-05-16 20:07:18 +00:00
|
|
|
import sqflite
|
2023-06-17 21:50:52 +00:00
|
|
|
import sqlite3_flutter_libs
|
2023-05-06 21:14:12 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-06-05 22:21:29 +00:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
2023-05-16 20:07:18 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-06-06 21:04:49 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-05-16 20:07:18 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2023-06-17 21:50:52 +00:00
|
|
|
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
|
2023-05-06 21:14:12 +00:00
|
|
|
}
|