flutter_google_places_ex

Last updated:

0 purchases

flutter_google_places_ex Image
flutter_google_places_ex Images
Add to Cart

Description:

flutter google places ex

flutter_google_places_ex #


This library provides Google places autocomplete widgets for flutter. It uses google_maps_webservice_ex library which directly refer to the official documentation for google maps web service.
According to https://stackoverflow.com/a/52545293, you need to enable billing on your account, even if you are only using the free quota.
Inspired by the google_maps_webservice package.
Now with Null-safety.
Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
flutter_google_places_ex: <latest_version>
copied to clipboard
Usage #
const kGoogleApiKey = "API_KEY";

Prediction p = await PlacesAutocomplete.show(
context: context,
apiKey: kGoogleApiKey,
mode: Mode.overlay, // Mode.fullscreen
language: "fr",
components: [new Component(Component.country, "fr")]);
copied to clipboard
Examples:










Example App #
View the Flutter app in the example directory.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.