google_maps_places_autocomplete_widgets 1.3.3 copy "google_maps_places_autocomplete_widgets: ^1.3.3" to clipboard
google_maps_places_autocomplete_widgets: ^1.3.3 copied to clipboard

TextField and TextFormField widgets using Google Maps Places Api for Address Autocompletion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_maps_places_autocomplete_widgets
copied to clipboard

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: ^1.3.3
copied to clipboard

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/address_autocomplete_widgets.dart';
import 'package:google_maps_places_autocomplete_widgets/api/autocomplete_types.dart';
import 'package:google_maps_places_autocomplete_widgets/api/place_api_provider.dart';
import 'package:google_maps_places_autocomplete_widgets/model/place.dart';
import 'package:google_maps_places_autocomplete_widgets/model/suggestion.dart';
import 'package:google_maps_places_autocomplete_widgets/service/address_service.dart';
import 'package:google_maps_places_autocomplete_widgets/widgets/address_autocomplete_generic.dart';
import 'package:google_maps_places_autocomplete_widgets/widgets/address_autocomplete_textfield.dart';
import 'package:google_maps_places_autocomplete_widgets/widgets/address_autocomplete_textformfield.dart';
copied to clipboard
18
likes
150
points
2.62k
downloads
screenshot

Publisher

verified publisherhiveright.tech

Weekly Downloads

2024.08.17 - 2025.03.01

TextField and TextFormField widgets using Google Maps Places Api for Address Autocompletion.

Repository (GitHub)
View/report issues

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