0 purchases
uclocation
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)
copied to clipboard
Add below changes in Capabilities
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.