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

outdated

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.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
0
points
104
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)
View/report issues

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on baato_api