mapbox_search_flutter 1.0.6+1  mapbox_search_flutter: ^1.0.6+1 copied to clipboard
mapbox_search_flutter: ^1.0.6+1 copied to clipboard
This package provides some helper widgets to use with mapbox_search library.
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_flutter: any
Example #
MapBoxPlaceSearchWidget(
        popOnSelect: true,
        apiKey: "API KEY",
        limit: 10,
        searchHint: 'Your Hint here',
        onSelected: (place) {},
        context: context,
    )
Screenshots #
Search Widget #
 
