step 2 : update package & solve flutter_typehead version

This commit is contained in:
sindhu
2025-04-11 12:28:45 +07:00
parent a24d08dc74
commit aa05bb5d51
68 changed files with 964 additions and 11 deletions

View File

@@ -5,6 +5,18 @@
import FlutterMacOS
import Foundation
import geolocator_apple
import maps_launcher
import mobile_scanner
import path_provider_foundation
import shared_preferences_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
MapsLauncherPlugin.register(with: registry.registrar(forPlugin: "MapsLauncherPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}