maposter 0.2.0
maposter: ^0.2.0 copied to clipboard
Turn a city name into a minimalist OpenStreetMap poster: geocoding, Overpass map data, Mercator projection, CustomPainter rendering, and PNG/PDF export.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add maposterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
maposter: ^0.2.0Alternatively, 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:maposter/maposter.dart';