Releases: hoc081098/flutter_google_places_hoc081098
Releases · hoc081098/flutter_google_places_hoc081098
2.0.0 - Jun 21, 2024
https://pub.dev/packages/flutter_google_places_hoc081098/versions/2.0.0
- 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
.
What's Changed
- Dart: >=3.0.0, Flutter: >=3.10.0 by @hoc081098 in #28
- update deps by @hoc081098 in #33
Full Changelog: 1.2.0...2.0.0
2.0.0-beta.1 - Sep 30, 2023
https://pub.dev/packages/flutter_google_places_hoc081098/versions/2.0.0-beta.1
- Fix: update generated files.
2.0.0-beta.0 - Jun 27, 2023
https://pub.dev/packages/flutter_google_places_hoc081098/versions/2.0.0-beta.0
-
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.
What's Changed
- Dart: >=3.0.0, Flutter: >=3.10.0 by @hoc081098 in #28
Full Changelog: 1.2.0...2.0.0-beta.0
1.2.0 - Feb 5, 2023
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.2.0
- Add
resultTextStyle
: used to change the style ofText
of result. - Add
overlayBorderRadius
,textStyle
,textStyleFormField
toPlacesAutocompleteField
andPlacesAutocompleteFormField
. - Various docs improvements.
What's Changed
- feat: add functionality to change style of Text of result. by @hoc081098 in #23
- feat: add
overlayBorderRadius
,textStyle
,textStyleFormField
parameter, add more docs by @hoc081098 in #24
Full Changelog: 1.1.0...1.2.0
1.1.0 - Jun 20, 2022
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.1.0
-
Update dependencies
google_api_headers: ^1.3.0
.rxdart: ^0.27.4
.rxdart_ext: ^0.2.2
.
-
Update
Flutter
constraint to'>=2.8.0'
.
Full Changelog: 1.0.1...1.1.0
1.0.1 - Jan 24, 2022
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.1
-
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
.
What's Changed
- Add insetPadding + backArrowIcon field by @corentingiraud in #14
- docs: add hoc081098 as a contributor for code by @allcontributors in #15
- docs: add corentingiraud as a contributor for code by @allcontributors in #16
- docs: add hoc081098 as a contributor for maintenance by @allcontributors in #17
- 1.0.1 - Jan 24, 2022 by @hoc081098 in #18
New Contributors
- @allcontributors made their first contribution in #15
Full Changelog: 1.0.0-nullsafety.5...1.0.1
1.0.0-nullsafety.5 - Sep 23, 2021
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.5
- Set Flutter constraint
>=2.2.0
.
1.0.0-nullsafety.4 - Jul 29, 2021
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.4
- Add
Color? cursorColor
param toPlacesAutocomplete.show
andPlacesAutocompleteWidget
1.0.0-nullsafety.3 - Jul 29, 2021
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.3
-
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
1.0.0-nullsafety.2 - May 9, 2021
https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.2
- 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