amap_map_fluttify 0.16.1+a3d4e61 copy "amap_map_fluttify: ^0.16.1+a3d4e61" to clipboard
amap_map_fluttify: ^0.16.1+a3d4e61 copied to clipboard

outdated

An `Amap` Map Component, Powered By `Fluttify` Engine, Which Generates Dart Interface For Native SDK.

example/lib/main.dart

import 'package:amap_map_fluttify/amap_map_fluttify.dart';
import 'package:flutter/material.dart';
import 'package:oktoast/oktoast.dart';

import 'map/map.screen.dart';

Future<void> main() async {
  runApp(MyApp());

//  await enableFluttifyLog(false); // 关闭log
  await AmapCore.init('7a04506d15fdb7585707f7091d715ef4');
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return OKToast(
      child: MaterialApp(
        home: Scaffold(
          appBar: AppBar(title: const Text('AMaps examples')),
          backgroundColor: Colors.grey.shade200,
          body: MapDemo(),
        ),
      ),
    );
  }
}
30
likes
0
pub points
83%
popularity

Publisher

verified publisherfluttify.com

An `Amap` Map Component, Powered By `Fluttify` Engine, Which Generates Dart Interface For Native SDK.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

amap_core_fluttify, flutter, url_launcher

More

Packages that depend on amap_map_fluttify