Ankursohal007 / location_track

MIT License
2 stars 0 forks source link

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)

2) Add below changes in Capabilities

1 2 3