c4w_location_sdk_flutter 1.0.0
c4w_location_sdk_flutter: ^1.0.0 copied to clipboard
The Cloud4Wi Location SDK (referenced as GeoUniq) abstracts away cross-platform differences between location services, allowing you to add geofencing and location tracking to your apps with just a few [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add c4w_location_sdk_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
c4w_location_sdk_flutter: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:c4w_location_sdk_flutter/c4w_location_sdk_flutter.dart';