/location_track

Primary LanguageKotlinMIT LicenseMIT

location_track

Plugin for tracking location in background.

Getting Started

Please see example for more details.

IOS

  1. Add below code in AppDelegate.swift

func registerPlugins(registry: FlutterPluginRegistry) {
    GeneratedPluginRegistrant.register(with: registry)
}


  UCLocationPlugin.setPluginRegistrantCallback(registerPlugins)
  
  1. Add below changes in Capabilities

1

2

3