interactive_world_map 0.1.3 copy "interactive_world_map: ^0.1.3" to clipboard
interactive_world_map: ^0.1.3 copied to clipboard

Interactive world map widget for Flutter with pre-generated geometry, pan/zoom, hit testing, and UN geoscheme helpers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add interactive_world_map

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

dependencies:
  interactive_world_map: ^0.1.3

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:interactive_world_map/interactive_world_map.dart';
1
likes
150
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Interactive world map widget for Flutter with pre-generated geometry, pan/zoom, hit testing, and UN geoscheme helpers.

Repository (GitHub)
View/report issues

Topics

#flutter #map #geospatial #cartography #visualization

License

MIT (license)

Dependencies

flutter, meta, path_drawing

More

Packages that depend on interactive_world_map