2022-11-28 02:26:36 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-12-05 08:06:45 +00:00
|
|
|
import path_provider_macos
|
2022-11-28 08:03:13 +00:00
|
|
|
import shared_preferences_macos
|
2022-12-05 08:06:45 +00:00
|
|
|
import sqflite
|
2022-11-28 02:26:36 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-12-05 08:06:45 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2022-11-28 08:03:13 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2022-12-05 08:06:45 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2022-11-28 02:26:36 +00:00
|
|
|
}
|