place_pickarte 1.0.2 copy "place_pickarte: ^1.0.2" to clipboard
place_pickarte: ^1.0.2 copied to clipboard

Pixel-by-pixel customizable map place picker for Flutter.

1.0.2 #

Fixed broken link in README. The example file link wasn't clickable because I used a relative path instead of the full GitHub URL. Guess the excitement of finally releasing made me rush through the final checks. Links work now.

1.0.1 #

FIRST STABLE RELEASE!

Fixed broken link in documentation. Yes, releasing a patch version for it, because details matter when you've waited 3 years to get it right.

3 years ago, I started building the Flutter map place picker package I wished existed: fully customizable, easy to set up, with all the essential features including search autocomplete.

Back then, I didn't know what MVP meant and tried to support multiple map SDKs at once. Big mistake.

Today, after testing it internally in multiple production apps, it is ready for everyone to use it. Google Maps, simple API, everything you need to ship a map place picker in your distinct app's design system.

Let me know your feedback in issues

1.0.0 #

FIRST STABLE RELEASE!

3 years ago, I started building the Flutter map place picker package I wished existed: fully customizable, easy to set up, with all the essential features including search autocomplete.

Back then, I didn't know what MVP meant and tried to support multiple map SDKs at once. Big mistake.

Today, after testing it internally in multiple production apps, it is ready for everyone to use it. Google Maps, simple API, everything you need to ship a map place picker in your distinct app's design system.

Let me know your feedback in issues

0.3.0 #

Started polishing for first stable release, expect it soon.

  • Updated example app.
  • Upgraded dependencies.

0.2.1 #

  • Now, using details property, city, countryName, streetName, streetNumber and etc. can be get from picked place.

0.2.0 #

  • Renamed "prediction" as "autocomplete", hence some APIs have changed.
  • Renamed [PlacePickartePredictionItem] as [PlacePickarteAutocompleteItem].
  • Fixed [ListTile] issue of [PlacePickartePredictionItem].

0.1.0 #

  • Now, no matter its size, pin widget points exactly to the centered location on the map.
  • Cleaned up Google services.
  • Added documentation to some APIs.

0.0.5 #

  • [PlacePickartePredictionItem] widget for easily displaying prediction results.
  • [PlacePickarteController.resetPredictions] method for resetting prediction results state.

0.0.4 #

  • Releasing initial version of the package.