maposter 0.1.1
maposter: ^0.1.1 copied to clipboard
Turn a city name into a minimalist OpenStreetMap poster: geocoding, Overpass map data, Mercator projection, CustomPainter rendering, and PNG/PDF export.
0.1.1 #
- Widen the
google_fontsconstraint to>=6.2.1 <9.0.0so newer setups can resolve the latest release (improves the pub.dev "up-to-date dependencies" score). Older-Flutter consumers can still use 6.x.
0.1.0 #
- Initial release. Extracted the map-creation engine from the
map_to_posterapp: geocoding (Nominatim), map data (Overpass), Mercator projection,MaposterPainterrendering, and PNG/PDF export. - Framework-agnostic: no state-management or storage dependency.
- Pluggable caching via
CacheStore(defaults to in-memory). - 17 bundled themes; custom themes via
MapTheme.fromHex+customThemes.