map_plugin 0.0.3 copy "map_plugin: ^0.0.3" to clipboard
map_plugin: ^0.0.3 copied to clipboard

A Flutter plugin for integrating Maps in Android applications with Multiple Markers.

example/lib/main.dart

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

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Flutter GoogleMaps Demo',
      theme: ThemeData(
        primaryColor: Colors.blue,
      ),
      home: HomePage(),
    );
  }
}
5
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin for integrating Maps in Android applications with Multiple Markers.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle, google_maps_flutter_platform_interface

More

Packages that depend on map_plugin