address_search_field 3.0.1 copy "address_search_field: ^3.0.1" to clipboard
address_search_field: ^3.0.1 copied to clipboard

outdated

An address search field which helps to autocomplete an address by a reference. It can be used to get Directions beetwen two points.

[3.0.1] #

  • Function in WaypointsManager added to remove elements in the list of waypoints.

[3.0.0] #

  • BREAK CHANGES: read documentation is needed.

[2.1.0+1] #

  • Documentation improved.
  • Better implementation of dart extensions in example.

[2.1.0] #

  • AddressSearchField is called: AddressField.
  • AddressSearchDialog is called: AddressDialog.
  • AddressFieldCtor is called: AddressFieldBuilder.
  • AddressDialogCtor is called: AddressDialogBuilder.
  • RouteSearchBox doesn't have two TextEditingController.
  • AddressField is converted from TextField to a TextFormField.
  • AddressField can use all the TextFormField parameters.
  • FlutterToast looks better in web.

[2.0.1] #

  • Error handling for GeoMethods added.
  • duration and distance values in Directions class casted.
  • updateCoords function in Address class removed.
  • FlutterToast implemented to show info messages.
  • Implement of flutter web support in progress.

[2.0.0+1] #

  • Everything is new, excepting the plugin context. See README.

[1.4.2] #

  • Add explicit dialog context like a parameter in the onDone function.

[1.4.1] #

  • Fix possible bug from useless conditional.

[1.4.0] #

  • Remake of AddressSearchTextField Plugin due to the update of Flutter 1.17 and Dart 2.8
  • LocationService class is now an async static function called initLocationService
  • Updated the README.md for a better explanation of plugin.

[1.3.5+1] #

  • discontinued.

[1.3.5] #

  • The onCleaned function parameter added in AddressSearchTextField and AddressSearchBox.

[1.3.4] #

  • Limiter sufix icon in AddressSearchBox to search for an address removed.
  • The search for an address is optimized.
  • New city, hintText and noResultsText parameters added in AddressSearchTextField and AddressSearchBox.

[1.3.3+2] #

  • A bug when the user selects their reference in AddressSearchBox widget fixed.

[1.3.3] #

  • A barrierDismissible parameter added in AddressSearchTextField.
  • The onEditingComplete and onChanged internal functions in AddressSearchBox adapted to new functionalities.
  • The onDone function is no longer required.

[1.3.2] #

  • sufix icon in AddressSearchBox modified to can limit addresses requests.

[1.3.1] #

  • Limiter to search for an address removed.

[1.3.0+1] #

  • Static method widget removed from AddressSearchTextField, it's a stateless widget now.
  • AddressSearchTextField widget doesn't need context parameter.

[1.2.2] #

  • AddressPoint returns valid latitude and longitude values when found is false.
  • UI issues in AddressSearchBox fixed.

[1.2.1] #

  • Dependency in example app fixed.
  • coordForRef boolean added, if AddressSearchBox finds coordinates by a written reference but not nearby places and the user selects the reference, then those coordinates can be used.

[1.2.0] #

  • Parameter for the controller added to AddressSearchTextField
  • Private _AddressSearch widget is now public and is named 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 named result.
  • Update documentation.

[0.0.1] #

  • First release.
94
likes
0
pub points
91%
popularity

Publisher

verified publisherjostech.dev

An address search field which helps to autocomplete an address by a reference. It can be used to get Directions beetwen two points.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, google_maps_flutter, http, location

More

Packages that depend on address_search_field