flutter_bmfutils 1.0.2 copy "flutter_bmfutils: ^1.0.2" to clipboard
flutter_bmfutils: ^1.0.2 copied to clipboard

discontinuedreplaced by: flutter_baidu_mapapi_utils

The flutter_bmfutils can be uesed to start baidu map client, Longitude and latitude convert, distance calculation between points,and so on.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bmfutils

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

dependencies:
  flutter_bmfutils: ^1.0.2

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:flutter_bmfutils/BaiduMap/bmfmap_utils.dart';
import 'package:flutter_bmfutils/BaiduMap/model/bmf_open_navi_options.dart';
import 'package:flutter_bmfutils/BaiduMap/model/bmf_open_panorama_options.dart';
import 'package:flutter_bmfutils/BaiduMap/model/bmf_open_poi_options.dart';
import 'package:flutter_bmfutils/BaiduMap/model/bmf_open_route_options.dart';
import 'package:flutter_bmfutils/BaiduMap/private/bmf_method_id.dart';
import 'package:flutter_bmfutils/BaiduMap/private/bmf_utils_cal_dispatcher.dart';
import 'package:flutter_bmfutils/BaiduMap/private/bmf_utils_open_dispatcher.dart';
import 'package:flutter_bmfutils/BaiduMap/utils/bmf_open_errorcode.dart';
import 'package:flutter_bmfutils/BaiduMap/utils/bmf_utils_calculate.dart';
import 'package:flutter_bmfutils/BaiduMap/utils/bmf_utils_open_map.dart';
import 'package:flutter_bmfutils/BaiduMap/utils/flutter_bmfutils.dart';
0
likes
25
pub points
43%
popularity

Publisher

unverified uploader

The flutter_bmfutils can be uesed to start baidu map client, Longitude and latitude convert, distance calculation between points,and so on.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, flutter_bmfbase

More

Packages that depend on flutter_bmfutils