Changed data loading strategy

This commit is contained in:
2023-09-02 16:50:02 +05:30
parent 23dd888424
commit aa68bd70eb
7 changed files with 113 additions and 75 deletions

View File

@@ -6,9 +6,7 @@ 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"))
}