google_maps_polygon 1.0.0 copy "google_maps_polygon: ^1.0.0" to clipboard
google_maps_polygon: ^1.0.0 copied to clipboard

A Flutter package for drawing polygons on Google Maps on Web

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_maps_polygon

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

dependencies:
  google_maps_polygon: ^1.0.0

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:google_maps_polygon/google_map_polygon.dart';
import 'package:google_maps_polygon/models/camera_position.dart';
import 'package:google_maps_polygon/models/lat_lng.dart';
import 'package:google_maps_polygon/models/polygon_data.dart';
import 'package:google_maps_polygon/platform/google_map_script.dart';
import 'package:google_maps_polygon/platform/web_only/web_only.dart';
import 'package:google_maps_polygon/widgets/google_map_polygon_widget.dart';
1
likes
55
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for drawing polygons on Google Maps on Web

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter

More

Packages that depend on google_maps_polygon