address_search_text_field 1.2.0 copy "address_search_text_field: ^1.2.0" to clipboard
address_search_text_field: ^1.2.0 copied to clipboard

discontinuedreplaced by: address_search_field
outdated

A textfield displays an address search bar that gets nearby addresses by a reference. Selecting can get an object with the latitude, longitude, and full address of a place.

[1.2.0] #

  • Parameter for the controller to AddressSearchTextField
  • Private _AddressSearch widget is now public and is called AddressSearchBox, it can be used independently.
  • onDone function in AddressSearchBox can now be asynchronous and have a CircularProgressIndicator while it's running.
  • onDone function now doesn't pop the widget, you have to add the code to close it.
  • AddressPoint object has a new method to find an address from passed latitude and longitude values.

[1.1.0] #

  • Optimized
  • Class name changed to AddressSearchTextField
  • country parameter added to AddressPoint object
  • AddressPoint object only has getters for its values

[1.0.0] #

  • Static functions issue fixed.
  • result getter function removed.
  • Callback with result added.
  • parameter for TextStyle added.

[0.1.0+1] #

  • values is now called result.
  • Update documentation.

[0.0.1] #

  • First release.
4
likes
0
pub points
28%
popularity

Publisher

unverified uploader

A textfield displays an address search bar that gets nearby addresses by a reference. Selecting can get an object with the latitude, longitude, and full address of a place.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, geocoder, geolocator, location

More

Packages that depend on address_search_text_field