uclocation 0.0.2
uclocation: ^0.0.2 copied to clipboard
Plugin for tracking location in background.
location_track #
Plugin for tracking location in background.
Getting Started #
Please see example for more details.
IOS #
- Add below code in AppDelegate.swift
func registerPlugins(registry: FlutterPluginRegistry) {
GeneratedPluginRegistrant.register(with: registry)
}
UCLocationPlugin.setPluginRegistrantCallback(registerPlugins)
- Add below changes in Capabilities