ambito/macos/Flutter/GeneratedPluginRegistrant.swift

23 lines
847 B
Swift
Raw Normal View History

2024-09-13 21:32:34 +02:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2024-09-18 15:07:08 +02:00
import geolocator_apple
import isar_flutter_libs
import path_provider_foundation
2024-11-07 05:52:03 +01:00
import shared_preferences_foundation
import sqflite_darwin
2024-12-16 11:15:11 +01:00
import url_launcher_macos
2024-09-13 21:32:34 +02:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2024-09-18 15:07:08 +02:00
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-11-07 05:52:03 +01:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2024-09-18 15:07:08 +02:00
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2024-12-16 11:15:11 +01:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2024-09-13 21:32:34 +02:00
}