baato_api 2.0.0 copy "baato_api: ^2.0.0" to clipboard
baato_api: ^2.0.0 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: ^2.0.0

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';
8
likes
150
points
132
downloads

Publisher

verified publisherbaato.io

Weekly Downloads

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)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter

More

Packages that depend on baato_api