interactive_world_map 0.1.3
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_mapThis 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.3Alternatively, 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';