tencent_map 0.1.0 copy "tencent_map: ^0.1.0" to clipboard
tencent_map: ^0.1.0 copied to clipboard

outdated

Tencent Map SDK for Flutter

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:tencent_map/tencent_map.dart';

void main() {
  runApp(const App());
}

class App extends StatelessWidget {
  const App({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('腾讯地图')),
        body: const Center(child: TencentMap()),
      ),
    );
  }
}
1
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Tencent Map SDK for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on tencent_map

Packages that implement tencent_map