flutter_tencent_map 1.0.1 copy "flutter_tencent_map: ^1.0.1" to clipboard
flutter_tencent_map: ^1.0.1 copied to clipboard

A Flutter plugin for Tencent Maps on Android and iOS, providing map display, overlays, camera control, location, and more with declarative API design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tencent_map

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

dependencies:
  flutter_tencent_map: ^1.0.1

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_tencent_map/flutter_tencent_map.dart';
2
likes
120
points
163
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Tencent Maps on Android and iOS, providing map display, overlays, camera control, location, and more with declarative API design.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, meta, plugin_platform_interface, stream_transform

More

Packages that depend on flutter_tencent_map

Packages that implement flutter_tencent_map