google_maps_places_autocomplete_widgets_x 1.0.1 copy "google_maps_places_autocomplete_widgets_x: ^1.0.1" to clipboard
google_maps_places_autocomplete_widgets_x: ^1.0.1 copied to clipboard

This is a fork of google_maps_places_autocomplete_widgets - TextField and TextFormField widgets using Google Maps Places Api for Address Autocompletion. Why create the fork? - adds support for multi c [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_maps_places_autocomplete_widgets_x

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  google_maps_places_autocomplete_widgets_x: ^1.0.1

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:google_maps_places_autocomplete_widgets_x/address_autocomplete_widgets.dart';
import 'package:google_maps_places_autocomplete_widgets_x/api/autocomplete_types.dart';
import 'package:google_maps_places_autocomplete_widgets_x/api/place_api_provider.dart';
import 'package:google_maps_places_autocomplete_widgets_x/model/place.dart';
import 'package:google_maps_places_autocomplete_widgets_x/model/suggestion.dart';
import 'package:google_maps_places_autocomplete_widgets_x/service/address_service.dart';
import 'package:google_maps_places_autocomplete_widgets_x/widgets/address_autocomplete_generic.dart';
import 'package:google_maps_places_autocomplete_widgets_x/widgets/address_autocomplete_textfield.dart';
import 'package:google_maps_places_autocomplete_widgets_x/widgets/address_autocomplete_textformfield.dart';
1
likes
140
points
30
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

This is a fork of google_maps_places_autocomplete_widgets - TextField and TextFormField widgets using Google Maps Places Api for Address Autocompletion. Why create the fork? - adds support for multi country filter for the address autocomplete

Topics

#autocomplete #textfield #textformfield #google-places #google-maps-flutter

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, http, uuid

More

Packages that depend on google_maps_places_autocomplete_widgets_x