locus 2.4.0
locus: ^2.4.0 copied to clipboard
Core background geolocation SDK of the WeOrbis ecosystem for Flutter. Native tracking, geofencing, activity recognition, and sync.
import 'package:flutter/material.dart';
import 'package:locus_example/app.dart';
export 'package:locus_example/app.dart' show LocusExampleApp;
void main() => runApp(const LocusExampleApp());