New Features:
- Add textStyle and borderRadius fields to PlacesAutocompleteField()
- Add resultTextStyle to PlacesAutocompleteWidget()
Other improvements:
- Migrated flutter_lints to lint and applied all suggestions.
- Updated rxdart to latest version.
- Updated google_api_headers to 1.2.0
- Fixed null-pointer which caused the package to crash.
- Upgrade example app to null safety
- Applied flutter lints recommendations
- Upgraded dependencies
- Update packages
- Upgrade to null safety
- Upgrade and migrate android project to AndroidX
- PlacesAutocompleteFormField: replaced deprecated autovalidate with autovalidateMode
- PlacesAutocompleteWidget: removed deprecated methods, added decoration for fullscreen and overlay places widget
- Fix pub.dev complaints
- Remove unsecure links
- Replace deprecated
autovalidate
bool withAutovalidateMode
- Formated with dartfmt
- Add expected label behaviour to PlacesAutocompleteField (PR #108)
- Auto select text (PR #109)
- Add to support app restricted API keys (PR #136)
- Replaced deprecated
ancestorStateOfType
method (PR #141) - Updating rxdart version in pubspec.yaml (PR #143)
- Fix error on select place
- Fix bug where
controller.text
is not properly updated - Fix issue when close the widget and "_queryBehavior" is trying to add text
- Updates rxdart to 0.24.0
- Updates google_maps_webservice to 0.0.16
- Added support for flutter web
- Update rxdart
- Add overlayBorderRadius parameter
- Add startText parameter
- Update rxdart and google_maps_webservice
- Better text theme for text input
- Allow proxyUrl with
proxyBaseUrl
and override http client withhttpClient
- Rename footer to logo to be less confusing
- Update rxdart
- Fix dark mode
- Fix icons quality
- Fix input border when custom theme
- Update sdk and fix warnings
- Fix usage of radius
- Open widgets to create your own UI
- Add onError callback
- Add padding for overlay on iOS
- Update google_maps_webservice to ^0.0.3
- Fix placeholder position
- Fix keyboard clipping on overlay
- Initial version