step 5 : perbaikan login logic di login screen

This commit is contained in:
sindhu
2024-08-25 12:22:15 +07:00
parent b4dea334d1
commit 08dd105fe5
5 changed files with 365 additions and 101 deletions

View File

@@ -7,12 +7,14 @@ import Foundation
import file_selector_macos
import geolocator_apple
import google_sign_in_ios
import path_provider_foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}