uclocation 0.0.2 copy "uclocation: ^0.0.2" to clipboard
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 #

  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
3
likes
120
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin for tracking location in background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on uclocation

Packages that implement uclocation