2. add dependency

This commit is contained in:
sindhu
2024-01-09 09:01:42 +07:00
parent c87da01a0e
commit 85a21f80b7
5 changed files with 545 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation
import geolocator_apple
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}