Amadeus Flutter API
More...
Amadeus flutter API
To make your first API call, you will need to register for an Amadeus Developer account and set up your first application.
void main() async { final Amadeus amadeus = await Amadeus.build(clientId: "clientID", clientSecret: "clientSecret"); }
API reference
unverified uploader
Repository (GitHub)View/report issues
BSD-3-Clause (license)
equatable, flutter, flutter_secure_storage, freezed, freezed_annotation, http, json_annotation, oauth2
Packages that depend on amadeus_flutter
Back