Files
FlutterEbookApp/macos/Flutter/GeneratedPluginRegistrant.swift
Festus Olusegun b1912830ca Chore/flutter 3.10 migration (#102)
* chore: updated dependencies and cleanup code

* chore: updated dependencies and cleanup code

* chore: downgraded share_plus

* chore: downgraded share_plus
2023-06-04 13:28:23 +01:00

21 lines
728 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import path_provider_foundation
import share_plus_macos
import shared_preferences_foundation
import sqflite
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}