maposter 0.2.0 copy "maposter: ^0.2.0" to clipboard
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 maposter

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

dependencies:
  maposter: ^0.2.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:maposter/maposter.dart';
2
likes
140
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Turn a city name into a minimalist OpenStreetMap poster: geocoding, Overpass map data, Mercator projection, CustomPainter rendering, and PNG/PDF export.

Repository (GitHub)
View/report issues

Topics

#maps #openstreetmap #poster #cartography

License

MIT (license)

Dependencies

dio, flutter, freezed_annotation, google_fonts, json_annotation, pdf

More

Packages that depend on maposter