awesome_place_search 1.0.0-dev copy "awesome_place_search: ^1.0.0-dev" to clipboard
awesome_place_search: ^1.0.0-dev copied to clipboard

outdated

The awesome_place_search package is a Flutter library that provides a user interface for searching places using the Google Places API. With this package, you can easily implement a location search bar [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add awesome_place_search

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

dependencies:
  awesome_place_search: ^1.0.0-dev

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:awesome_place_search/awesome_place_search.dart';
19
likes
0
points
124
downloads

Publisher

verified publisherloritotiago.pro

Weekly Downloads

The awesome_place_search package is a Flutter library that provides a user interface for searching places using the Google Places API. With this package, you can easily implement a location search bar that shows suggestions as the user types.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartz, equatable, flutter, google_maps_webservice, http, skeletons

More

Packages that depend on awesome_place_search