While Google limits usage of the maps APIs needed by mobility and delivery apps to select customers only (https://cloud.google.com/maps-platform/rides-and-deliveries), Mapbox has a great offering available to everyone (https://www.mapbox.com/use-cases/logistics).
The features they have include: directions, traffic, route planning and optimization, driver matching, arrival times, driver navigation, delivery tracking, fleet management, metrics and monitoring, among others.
And there's a Flutter package for it! https://pub.dev/packages/mapbox_api
I'm wondering if this could be turned into a custom widget, or maybe using custom functions, so that we could easily add advanced mapping features to our apps.
This would require coding knowledge that I don't have. Anyone up to the challenge?