movie and tvshow list

This commit is contained in:
2024-04-02 11:33:47 +02:00
parent cc0fccd76d
commit c8ae86a1df
6 changed files with 145 additions and 29 deletions
@@ -6,7 +6,9 @@ import FlutterMacOS
import Foundation
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}