Skip to content

Commit

Permalink
feat: Change the internal package to location.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Dec 13, 2023
1 parent 026c6bc commit d32a1d5
Show file tree
Hide file tree
Showing 19 changed files with 626 additions and 542 deletions.
Expand Up @@ -5,12 +5,12 @@
import FlutterMacOS
import Foundation

import geolocator_apple
import location
import path_provider_foundation
import shared_preferences_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}

0 comments on commit d32a1d5

Please sign in to comment.