scoova_routing 1.1.2 copy "scoova_routing: ^1.1.2" to clipboard
scoova_routing: ^1.1.2 copied to clipboard

Routing client for the Scoova routing gateway (api.scoo-va.info/api/v1/routing) — route, optimizedRoute, isochrone, matrix, height (alias elevation), mapMatch, locate, status. Pure Dart, no Flutter dependency.

Changelog #

All notable changes to scoova_routing (Dart / Flutter) are recorded here. This project follows Semantic Versioning.

1.1.1 — 2026-05-25 #

  • Default baseUrl switched from the retired https://routing.scoo-va.info subdomain to the central gateway at https://api.scoo-va.info/api/v1/routing. Callers who explicitly set baseUrl are unaffected. The old subdomain returns ENDPOINT_RETIRED.

1.1.0 — 2026-05-25 #

First public release. Routing client for routing.scoo-va.info.

Endpoints (verified parity across all 5 platforms) #

route, optimizedRoute, isochrone, matrix, height (alias elevation), mapMatch, locate, status.

Features #

  • Built-in locale support — pass locale: 'fr' / 'ar-EG' / 'pt-BR' once and every request carries it as both the ?locale= query parameter and the Accept-Language header. Per-call RouteOptions.locale / IsochroneOptions.locale override. Default 'en'.
  • apiKey constructor argument — sent as X-API-Key when set, for calls routed through the api.scoo-va.info/v1/routing/* gateway.
  • Pluggable http.Client (package:http) for tests + shared transports.
  • Polyline6 decoder included.
  • Pure Dart, no Flutter dependency — works in CLI / server / Flutter projects identically.

Repo #

https://github.com/Scoova/scoova-routing-flutter

0
likes
125
points
58
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Routing client for the Scoova routing gateway (api.scoo-va.info/api/v1/routing) — route, optimizedRoute, isochrone, matrix, height (alias elevation), mapMatch, locate, status. Pure Dart, no Flutter dependency.

Repository (GitHub)
View/report issues

Topics

#routing #directions #mobility

License

unknown (license)

Dependencies

http

More

Packages that depend on scoova_routing