mapospace_flutter_sdk 1.1.0
mapospace_flutter_sdk: ^1.1.0 copied to clipboard
Mapospace Flutter SDK** is a lightweight geospatial analytics tool that captures event data, including location, from mobile apps for real-time insights. It provides easy integration and powerful loca [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mapospace_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mapospace_flutter_sdk: ^1.1.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:mapospace_flutter_sdk/mapospace_flutter_sdk.dart';