scoova_maps 1.0.1
scoova_maps: ^1.0.1 copied to clipboard
Scoova map SDK for Dart/Flutter — static-map URL builders and a Scoova-compatible style URL builder, with optional Blob/Uint8List fetching. Locale-aware. No native dependencies.
Changelog #
All notable changes to scoova_maps (pub.dev) are documented here.
Follows Semantic Versioning.
1.0.0 — 2026-05-25 #
Initial release.
Added #
staticMapUrl(opts)— pure URL builder for the static-map endpoint, ready to feed intoImage.network(...)orNetworkImage(...).staticMapBytes(opts, {client})—Future<Uint8List>that fetches the rendered PNG; forwardsAccept-Languagewhen a locale is supplied; accepts an injectablehttp.Clientfor tests.styleUrl(styleName, options)— Scoova-compatible style URL builder.ScoovaMapDefaults— endpoint constants +styleUrlForLocale(locale).ScoovaColors,ScoovaLatLng,StaticMapMarker,StaticMapPath,StaticMapOptions,StyleUrlOptions,ScoovaMapsError.- LICENSE (Apache-2.0), README, CHANGELOG,
.gitignore.
Not included #
- A wrapper around
maplibre_gl_flutter(renamedflutter_maplibre_glin some forks) is intentionally not in this package — it'll ship asscoova_maps_glso callers who only need URL builders don't pull in the native GL dependency. In the meantime, usemaplibre_gl_flutterdirectly with the URLs returned bystyleUrl(...).