flutter_google_places_autocomplete 0.1.3 copy "flutter_google_places_autocomplete: ^0.1.3" to clipboard
flutter_google_places_autocomplete: ^0.1.3 copied to clipboard

discontinued

Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice

DEPRECATED

User https://pub.dartlang.org/packages/flutter_google_places instead

flutter_google_places_autocomplete #

pub version

Google places autocomplete widgets for flutter.

Getting Started #

For help getting started with Flutter, view our online documentation.

# pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  flutter_google_places_autocomplete: <last-version>

const kGoogleApiKey = "API_KEY";

Prediction p = await showGooglePlacesAutocomplete(
                          context: context,
                          apiKey: kGoogleApiKey,
                          mode: Mode.overlay, // Mode.fullscreen
                          language: "fr",
                          components: [new Component(Component.country, "fr")]);

The library use google_maps_webservice library which directly refer to the official documentation for google maps web service.

1
likes
25
pub points
69%
popularity

Publisher

unverified uploader

Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, google_maps_webservice, rxdart

More

Packages that depend on flutter_google_places_autocomplete