baato_api 1.0.3 copy "baato_api: ^1.0.3" to clipboard
baato_api: ^1.0.3 copied to clipboard

Flutter package to consume Baato APIs. You can search for places, reverse geo code and request for directions for several modes of transportation, including bike, foot and car.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add baato_api

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  baato_api: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:baato_api/baato_api.dart';
6
likes
110
pub points
44%
popularity

Publisher

verified publisherbaato.io

Flutter package to consume Baato APIs. You can search for places, reverse geo code and request for directions for several modes of transportation, including bike, foot and car.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

crypto, dio, flutter

More

Packages that depend on baato_api