huawei_location 6.16.0+300
huawei_location: ^6.16.0+300 copied to clipboard
HUAWEI Flutter Location Kit plugin combines the Global Navigation Satellite System (GNSS), Wi-Fi, and base station location functionalities into your app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
huawei_location: ^6.16.0+300Alternatively, 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:huawei_location/huawei_location.dart';