flutter_google_places_hoc081098
Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice. Better flutter_google_places, updated by @hoc081098
2.0.0
8.2K downloads/mo
#3182 most downloaded on pub.dev
hoc081098/flutter_google_places
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
12 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Mar 2021 to Jun 2024Releases
latest 12-
2.0.021 Jun 2024Release notes
Open source →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_webservicedependency. - 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
Release notes
Open source →- Update Dart SDK constraint to
'>=3.3.4 <4.0.0'. - Update Flutter SDK constraint to
'>=3.19.6'. - Remove
google_maps_webservicedependency. - 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.
- Update Dart SDK constraint to
-
2.0.0-beta.130 Sep 2023 pre-releaseRelease notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/2.0.0-beta.1
- Fix: update generated files.
-
2.0.0-beta.027 Jun 2023 pre-releaseRelease notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/2.0.0-beta.0
-
Requires
Dart 3.0or later. -
Requires
Flutter 3.10.0or 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_webservicedependency.
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
Release notes
Open source →-
Requires
Dart 3.0or later. -
Requires
Flutter 3.10.0or 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_webservicedependency.
-
-
1.2.005 Feb 2023Release notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.2.0
- Add
resultTextStyle: used to change the style ofTextof result. - Add
overlayBorderRadius,textStyle,textStyleFormFieldtoPlacesAutocompleteFieldandPlacesAutocompleteFormField. - Various docs improvements.
What's Changed
- feat: add functionality to change style of Text of result. by @hoc081098 in #23
- feat: add
overlayBorderRadius,textStyle,textStyleFormFieldparameter, add more docs by @hoc081098 in #24
Full Changelog: 1.1.0...1.2.0
Release notes
Open source →- Add
resultTextStyle: used to change the style ofTextof result. - Add
overlayBorderRadius,textStyle,textStyleFormFieldtoPlacesAutocompleteFieldandPlacesAutocompleteFormField. - Various docs improvements.
- Add
-
1.1.020 Jun 2022Release notes
Open source →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
Flutterconstraint to'>=2.8.0'.
Full Changelog: 1.0.1...1.1.0
Release notes
Open source →-
Update dependencies
google_api_headers: ^1.3.0.rxdart: ^0.27.4.rxdart_ext: ^0.2.2.
-
Update
Flutterconstraint to'>=2.8.0'.
-
-
1.0.123 Jan 2022Release notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.1
-
Change Dart SDK constraint to
>=2.14.0 <3.0.0and Flutter constraint to>=2.5.0. -
Update dependencies to latest release
rxdart: ^0.27.3google_api_headers: ^1.1.1http: ^0.13.4
-
Add
insetPaddingandbackArrowIconfield (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
pedantictolintsandflutter_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
Release notes
Open source →-
Change Dart SDK constraint to
>=2.14.0 <3.0.0and Flutter constraint to>=2.5.0. -
Update dependencies to latest release
rxdart: ^0.27.3google_api_headers: ^1.1.1http: ^0.13.4
-
Add
insetPaddingandbackArrowIconfield (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
pedantictolintsandflutter_lints.
-
-
1.0.0-nullsafety.523 Sep 2021 pre-releaseRelease notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.5
- Set Flutter constraint
>=2.2.0.
- Set Flutter constraint
-
1.0.0-nullsafety.429 Jul 2021 pre-releaseRelease notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.4
- Add
Color? cursorColorparam toPlacesAutocomplete.showandPlacesAutocompleteWidget
Release notes
Open source →- Add
Color? cursorColorparam toPlacesAutocomplete.showandPlacesAutocompleteWidget:
- Add
-
1.0.0-nullsafety.329 Jul 2021 pre-releaseRelease notes
Open source →https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.3
-
Update dependencies to latest release
rxdart: ^0.27.1google_api_headers: ^1.1.0
-
Add two params to
PlacesAutocomplete.showandPlacesAutocompleteWidget:InputDecoration? textDecorationTextStyle? textStyle
Release notes
Open source →-
Update dependencies to latest release
rxdart: ^0.27.1google_api_headers: ^1.1.0
-
Add two params to
PlacesAutocomplete.showandPlacesAutocompleteWidget:InputDecoration? textDecorationTextStyle? textStyle
-
-
1.0.0-nullsafety.209 May 2021 pre-releaseRelease notes
Open source →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.5http: ^0.13.3rxdart: ^0.27.0listenable_stream: ^1.1.0
Release notes
Open source →- Update dependencies to latest release
google_maps_webservice: ^0.0.20-nullsafety.5http: ^0.13.3rxdart: ^0.27.0listenable_stream: ^1.1.0
- Update dependencies to latest release
-
1.0.0-nullsafety.102 Apr 2021 pre-releaseRelease notes
Open source →- Add
headersparam toPlacesAutocomplete.show,PlacesAutocompleteWidget,PlacesAutocompleteFieldandPlacesAutocompleteFormField. - Change
apiKeyto nullable string (when using a proxy to request Google APIs, theapiKeyis added on the proxy itself, consequently theapiKeyshould benull) (thanks to @corentingiraud).
- Add
-
1.0.0-nullsafety.018 Mar 2021 pre-releaseRelease notes
Open source →- 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
- Initial version of