Skip to content

Optomatica/mapbox-search-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 90.5%
  • Objective-C 4.6%
  • Dockerfile 2.7%
  • Java 2.2%