step 5 : add public key, login try using public and failed

This commit is contained in:
sindhu
2024-01-24 07:56:43 +07:00
parent 7bbce2f3fd
commit 092b11e14f
6 changed files with 211 additions and 8 deletions

View File

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