Skip to content

ketanchoyal/mapbox_search_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_flutter: any

Example

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

Screenshots

Search Widget

Demo

Demo

About

MapBox Search Widget

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •