google_maps_places_autocomplete_widgets 1.3.3
google_maps_places_autocomplete_widgets: ^1.3.3 copied to clipboard
TextField and TextFormField widgets using Google Maps Places Api for Address Autocompletion.
google_maps_places_autocomplete_widgets package #
1.3.3 #
- Fix dart analyze warning about using deprecated postalCodeLookup (which we use internally to allow it to continue to work while at the same time being deprecated.
1.3.2 #
- Correct screenshot image
1.3.1 #
- Added
screenshots:
section topubspec.yaml
1.3.0 #
- Added
type
andtypes
arguments for specifying theAutoCompleteType
enum of Google Places autocomplete information to return. (Defaults toAutoCompleteType.address
).
This allowsAutoCompleteType.cities
as Issue #1 requested. - Deprecated the use of
postalCodeLookup
parameter, usetype:AutoCompleteType.postalCode
instead)
1.2.6 #
- Added
homepage:
andissuetracker:
fields to pubspec.yaml
1.2.5 #
- Updated pubspec.yaml to add topics
- Fix typos in README.md, dart format
1.2.4 #
- Updated to current sdk and packages
1.2.3 #
- Updated to current packages
1.2.1 #
- Updated README.md, modified version number to properly reflect the number of internal versions iterated through before public release.
1.0.1 #
- Refactor suggestion query and overlay functionality to
SuggestionOverlayMixin
mixin via the clasesAddresssAutocompleteStatefulWidget
andOverlaySuggestionDetails
. - Refactor big gain is now there is a single version of all suggestiona and overlay
functionality for both
AddressAutocompleteTextField
andAddressAutocompleteTextFormField
. - Extensive expansion of the
example/main.dart
example app to show most various features of the package. - Moved to new package name and layout.
1.0.0 #
- Refactor package and create both
TextField
andTextFormField
versions of theAddressAutocompleteXXXX
widgets - Add many more callback capabilities to allow modification of behavior in various ways.
- Added
TextFieldTapRegion
use for desktop support - Extensive testing and bug fixing
- Add many more standard
Place
properties - Change to retrieve additional formatted address info from google maps api
- Added support for zip code lookup
0.0.2 #
- Add custom layout config.
0.0.1 #
- Initial release.