mapbox_search_widget 1.0.0+1 copy "mapbox_search_widget: ^1.0.0+1" to clipboard
mapbox_search_widget: ^1.0.0+1 copied to clipboard

This package provides some helper widgets to use with mapbox_search library.

Pub HitCount Awesome Flutter

About #

This package provides some widgets to use in conjunction to mapbox_search library.

Also, it contains an static map image generator 😆.

Installing #

Add the following to your pubspec.yaml file:

dependencies:
  mapbox_search_widget: any

Example #

MapBoxPlaceSearchWidget(
        popOnSelect: true,
        apiKey: "API KEY",
        limit: 10,
        searchHint: 'Your Hint here',
        onSelected: (place) {},
        context: context,
    )

Screenshots #

Search Widget #

Demo Demo
0
likes
95
pub points
42%
popularity

Publisher

unverified uploader

This package provides some helper widgets to use with mapbox_search library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, mapbox_search

More

Packages that depend on mapbox_search_widget