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

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 Dart:

 $ dart pub add awesome_place_search

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 dart pub get):

dependencies:
  awesome_place_search: ^1.0.0-dev

Alternatively, your editor might support dart pub get or 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
pub points
77%
popularity

Publisher

verified publisherloritotiago.pro

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