nova_places_autocomplete 2.0.0 nova_places_autocomplete: ^2.0.0 copied to clipboard
TextField lets you search for place information using a variety of categories, including establishments, prominent points of interest, and geographic locations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nova_places_autocomplete
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
nova_places_autocomplete: ^2.0.0
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:nova_places_autocomplete/nova_places_autocomplete.dart';