mapbox_autocomplete_place_search 1.0.0 copy "mapbox_autocomplete_place_search: ^1.0.0" to clipboard
mapbox_autocomplete_place_search: ^1.0.0 copied to clipboard

A Flutter package for Mapbox place search with autocomplete functionality, featuring flexible JSON parsing, comprehensive error handling, and easy-to-use widgets for place search and selection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mapbox_autocomplete_place_search

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

dependencies:
  mapbox_autocomplete_place_search: ^1.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:mapbox_autocomplete_place_search/mapbox_autocomplete_place_search.dart';
1
likes
140
points
136
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for Mapbox place search with autocomplete functionality, featuring flexible JSON parsing, comprehensive error handling, and easy-to-use widgets for place search and selection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on mapbox_autocomplete_place_search