flutter_bmflocation 3.4.0 copy "flutter_bmflocation: ^3.4.0" to clipboard
flutter_bmflocation: ^3.4.0 copied to clipboard

BaiduMapLocation plugin for flutter. This plugin provides a cross-platform (iOS, Android) API to request location.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_bmflocation

With Flutter:

 $ flutter pub add flutter_bmflocation

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_bmflocation: ^3.4.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_bmflocation/flutter_bmflocation.dart';
26
likes
0
pub points
92%
popularity

Publisher

unverified uploader

BaiduMapLocation plugin for flutter. This plugin provides a cross-platform (iOS, Android) API to request location.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, flutter_baidu_mapapi_base

More

Packages that depend on flutter_bmflocation