fcts_flutter_google_places 0.0.4 copy "fcts_flutter_google_places: ^0.0.4" to clipboard
fcts_flutter_google_places: ^0.0.4 copied to clipboard

Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/flutter_google_maps_webservice

fcts_flutter_google_places #

Pub

This library provides Google places autocomplete widgets for flutter. It uses flutter_google_maps_webservice 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.

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  fcts_flutter_google_places: <latest_version>

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")]);

Example App #

View the Flutter app in the example directory.

Contributors #

  1. Rahul Gupta
  2. Forwardcode Techstudio

License #

MIT

1
likes
130
pub points
63%
popularity

Publisher

unverified uploader

Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/flutter_google_maps_webservice

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_google_maps_webservices, google_api_headers, http, rxdart

More

Packages that depend on fcts_flutter_google_places