DietaryGuard/macos/Flutter/GeneratedPluginRegistrant.swift

21 lines
737 B
Swift
Raw Permalink Normal View History

2024-08-14 15:43:21 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-08-15 13:12:23 +00:00
import package_info_plus
import path_provider_foundation
2024-08-14 15:43:21 +00:00
import shared_preferences_foundation
2024-08-14 17:26:42 +00:00
import sqflite
2024-08-15 13:12:23 +00:00
import url_launcher_macos
2024-08-14 15:43:21 +00:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-08-15 13:12:23 +00:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-08-14 15:43:21 +00:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-08-14 17:26:42 +00:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2024-08-15 13:12:23 +00:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-08-14 15:43:21 +00:00
}