search_map_place_updated 0.1.0
search_map_place_updated: ^0.1.0 copied to clipboard
A Search Widget that allows users to search for a place while getting autocompletion feedback. This package is an improvement of search_map_place package.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add search_map_place_updatedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
search_map_place_updated: ^0.1.0Alternatively, 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_updated/search_map_place_updated.dart';