search_map_place 0.3.0 copy "search_map_place: ^0.3.0" to clipboard
search_map_place: ^0.3.0 copied to clipboard

A Search Widget that allows users to search for a place while getting autocompletion feedback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add search_map_place

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

dependencies:
  search_map_place: ^0.3.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:search_map_place/search_map_place.dart';
58
likes
30
pub points
76%
popularity

Publisher

unverified uploader

A Search Widget that allows users to search for a place while getting autocompletion feedback.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, google_maps_flutter, http

More

Packages that depend on search_map_place