2020-09-26 20:27:15 +02:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2020-11-14 13:24:01 +01:00
|
|
|
import file_chooser
|
2020-09-26 20:27:15 +02:00
|
|
|
import firebase_core
|
2020-11-14 13:24:01 +01:00
|
|
|
import flutter_local_notifications
|
|
|
|
import package_info
|
2020-09-26 20:27:15 +02:00
|
|
|
import path_provider_macos
|
|
|
|
import sqflite
|
|
|
|
import url_launcher_macos
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2020-11-14 13:24:01 +01:00
|
|
|
FileChooserPlugin.register(with: registry.registrar(forPlugin: "FileChooserPlugin"))
|
2020-09-26 20:27:15 +02:00
|
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
2020-11-14 13:24:01 +01:00
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
|
|
|
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
|
2020-09-26 20:27:15 +02:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
}
|