anyway/frontend/macos/Flutter/GeneratedPluginRegistrant.swift
Remy Moll fc6adfca85
Some checks failed
Build and push docker image / Build (pull_request) Has been cancelled
Build and release APK / Build APK (pull_request) Failing after 3m16s
frontend groundwork
2024-08-01 16:03:01 +02:00

17 lines
498 B
Swift

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