about text

This commit is contained in:
randogoth 2025-02-24 15:44:25 +02:00
parent 8c602894a6
commit 2fde531964
11 changed files with 422 additions and 2 deletions

View file

@ -7,8 +7,10 @@ import Foundation
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}