Finished export feature!

This commit is contained in:
Raktbastr 2025-02-15 21:39:03 -06:00
parent 9846fffe64
commit 219e668e36
10 changed files with 362 additions and 22 deletions

View file

@ -5,8 +5,14 @@
import FlutterMacOS
import Foundation
import file_saver
import path_provider_foundation
import share_plus
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}