huawei_location 6.12.0+303 huawei_location: ^6.12.0+303 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_location
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_location: ^6.12.0+303
Alternatively, 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';