While trying to generate polylines for Flutter, I noticed there weren’t any Dart/Flutter packages for openrouteservice API. So I decided to develop my own community contribution package to encapsulate the various endpoints of the SDK.
As of now, I have only gotten the Directions, Elevation, and Isochrones APIs encapsulated with comprehensive tests, but I’d love it if anyone in the team with experience in Dart checked it out too!
Github: GitHub - Dhi13man/open_route_service: An encapsulation made around openrouteservice API for Dart and Flutter projects. Made for easy generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation and routing Optimizations using their amazing API.
Pub: open_route_service | Dart Package
This seemed like the most appropriate place to post this, but please let me know otherwise if it isn’t.