mapbox_search
A Flutter package for place search using MapBox Api and for Static map image
4.4.0
18K downloads/mo
#2298 most downloaded on pub.dev
ketanchoyal/mapbox_search
What this package is like to depend on
Last release 7 months ago
30 Dec 2025
Release timing varies
gaps range from 2 weeks to 1.3 years
Most releases are documented
notes for 18 of 26 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
38 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
38 releases · Aug 2019 to Dec 2025Releases
latest 38-
4.4.030 Dec 2025Nothing published for this version
-
4.3.213 Aug 2025Nothing published for this version
-
4.3.112 Feb 2025Nothing published for this version
-
4.3.031 Jan 2025Nothing published for this version
-
4.2.231 Jan 2024Nothing published for this version
-
4.2.118 Jan 2024Nothing published for this version
-
4.2.026 Nov 2023Nothing published for this version
-
4.1.0-beta.322 Sep 2023 pre-releaseNothing published for this version
-
4.1.0-beta.218 May 2023 pre-releaseNothing published for this version
-
4.1.0-beta.117 May 2023 pre-release -
4.0.0-beta.215 May 2023 pre-releaseNothing published for this version
-
4.0.0-beta.125 Apr 2023 pre-releaseRelease notes
Open source →[4.0.0-beta.1]
Breaking Changes
- PlaceSearch and ReverseGeoCoding classes are now merged into one class called GeoCoding with two methods
getPlacesandgetAddresssince both of them are using the same API.
New Features
- MapBox's new SearchBox API is added to the package.
- Overal code refactoring
- PlaceSearch and ReverseGeoCoding classes are now merged into one class called GeoCoding with two methods
-
3.2.021 Apr 2023Nothing published for this version
-
3.1.121 Apr 2023 -
3.1.019 Apr 2023Release notes
Open source →- Added Proximity Type to Search (As per MapBox API we can use location or ip address to get the nearest results)
- Optimized the code and added tests for reverse geocoding class too
- Fixed some issues regarding static image to use custom markers
- Changed zoom level to use double instead of int(Fix #61)
-
3.0.114 Sep 2021 -
3.0.1+114 Sep 2021 -
3.0.1+220 Dec 2021 -
3.0.0-nullsafety.008 Mar 2021 pre-releaseRelease notes
Open source →- Migrate to null safety [Pull Request #43]
- Removed Color dependency [Pull Request #44]
-
2.1.011 Feb 2021Release notes
Open source →- Updated dependencies
- Major missing feature added
- Maki Icons can now be used in marker icon
-
2.1.0+104 Mar 2021 -
2.0.131 Aug 2020Release notes
Open source →PR by @lukas-h
Some breaking Changes
- renamed
MapBoxStaticImageto
to make the naming in this library more consistentStaticImage
Improvements
- simplified the url serialisation
- added the auto attribute to static images
- added simple unit tests for static images
- renamed
-
2.0.1+102 Oct 2020Release notes
Open source →- Added Missing Address Attribute to the fetched MapBoxPlace Data (PR by @ juampiq6).
-
2.0.012 Feb 2020 -
2.0.0-dev.505 Feb 2020 pre-releaseNothing published for this version
-
2.0.0-dev.430 Jan 2020 pre-releaseNothing published for this version
-
2.0.0-dev.330 Jan 2020 pre-releaseNothing published for this version
-
2.0.0-dev.1.0.230 Jan 2020 pre-releaseNothing published for this version
-
2.0.0-dev.1.0.130 Jan 2020 pre-releaseNothing published for this version
-
2.0.0-dev.130 Jan 2020 pre-releaseNothing published for this version
-
1.0.730 Jan 2020Release notes
Open source →- Added Places Search for querying places by text.
- Fixed
limitandcountryparameters for ReverseGeocoding.
-
1.0.622 Jan 2020 -
1.0.520 Jan 2020 -
1.0.419 Oct 2019 -
1.0.310 Sep 2019 -
1.0.206 Sep 2019 -
1.0.127 Aug 2019 -
1.0.026 Aug 2019Release notes
Open source →Initial release.
Feature:
- Places Search with prediction
- Static Image with marker
- Static Image without marker
- Static Image with Polyline path