- Update Dart SDK constraint to
'>=3.3.4 <4.0.0'
. - Update Flutter SDK constraint to
'>=3.19.6'
. - Remove
google_maps_webservice
dependency. - Update dependencies
google_api_headers: ^4.0.3
.http: ^1.2.1
.rxdart: ^0.28.0
.rxdart_ext: ^0.3.0
.listenable_stream: ^2.0.1
.collection: ^1.18.0
.flutter_bloc_pattern: ^3.0.0
.meta: ^1.11.0
.
- Fix: update generated files.
-
Requires
Dart 3.0
or later. -
Requires
Flutter 3.10.0
or later. -
Update dependencies
google_api_headers: ^2.0.0
.http: ^1.0.0
.rxdart: ^0.27.7
.rxdart_ext: ^0.2.9
.collection: ^1.17.1
.
-
Remove
google_maps_webservice
dependency.
- Add
resultTextStyle
: used to change the style ofText
of result. - Add
overlayBorderRadius
,textStyle
,textStyleFormField
toPlacesAutocompleteField
andPlacesAutocompleteFormField
. - Various docs improvements.
-
Update dependencies
google_api_headers: ^1.3.0
.rxdart: ^0.27.4
.rxdart_ext: ^0.2.2
.
-
Update
Flutter
constraint to'>=2.8.0'
.
-
Change Dart SDK constraint to
>=2.14.0 <3.0.0
and Flutter constraint to>=2.5.0
. -
Update dependencies to latest release
rxdart: ^0.27.3
google_api_headers: ^1.1.1
http: ^0.13.4
-
Add
insetPadding
andbackArrowIcon
field (thanks to @corentingiraud).insetPadding
: used to configure the padding around the dialog in overlay mode.backArrowIcon
: used to configure the back arrow icon.
-
Refactor internal implementation.
-
Internal: migrated from
pedantic
tolints
andflutter_lints
.
- Set Flutter constraint
>=2.2.0
.
- Add
Color? cursorColor
param toPlacesAutocomplete.show
andPlacesAutocompleteWidget
:
-
Update dependencies to latest release
rxdart: ^0.27.1
google_api_headers: ^1.1.0
-
Add two params to
PlacesAutocomplete.show
andPlacesAutocompleteWidget
:InputDecoration? textDecoration
TextStyle? textStyle
- Update dependencies to latest release
google_maps_webservice: ^0.0.20-nullsafety.5
http: ^0.13.3
rxdart: ^0.27.0
listenable_stream: ^1.1.0
- Add
headers
param toPlacesAutocomplete.show
,PlacesAutocompleteWidget
,PlacesAutocompleteField
andPlacesAutocompleteFormField
. - Change
apiKey
to nullable string (when using a proxy to request Google APIs, theapiKey
is added on the proxy itself, consequently theapiKey
should benull
) (thanks to @corentingiraud).
- Initial version of
flutter_google_places_hoc081098
. Forked from fluttercommunity/flutter_google_places. - Opt into null safety.
- Sdk constraints:
>=2.12.0 <3.0.0
. - Compatible with flutter 2.0.0 stable.
- Updated dependencies to latest release.
- Refactoring by using RxDart for more power.
- Fixed many issues.
- Applied pedantic.
- Refactored example, migrated it to Android v2 embedding.
fluttercommunity/flutter_google_places changelog
- Fix pub.dev complaints
- Remove unsecure links
- Replace deprecated
autovalidate
bool withAutovalidateMode
- Formatted 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