google_route_optimization_api 1.0.0
google_route_optimization_api: ^1.0.0 copied to clipboard
A Dart package to interact with Google Route Optimization API using OAuth2.
Google Route Optimization API for Dart #
A Dart package that simplifies working with the Google Route Optimization API.
This package helps you build and send requests easily, handling OAuth2 authentication using a Google Service Account.
✨ Features #
- Full support for Google Route Optimization API
- Built-in OAuth2 authentication using service account
- Built with
freezed
andjson_serializable
for clean and efficient models - Uses
dio
for powerful and customizable HTTP requests - Allows passing a custom
Dio
instance if needed
🛠 Installation #
Add to your pubspec.yaml
:
dependencies:
google_route_optimization_api: ^<latest_version>