PackageTrack
Sign in Get early access

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 2024
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 12
  1. 2.0.0 21 Jun 2024
    Release notes

    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

    Full Changelog: 1.2.0...2.0.0

    Open source →
    Release notes
    • 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.
    Open source →
  2. 2.0.0-beta.1 30 Sep 2023 pre-release
    Release notes Open source →
    Release notes
    • Fix: update generated files.
    Open source →
  3. 2.0.0-beta.0 27 Jun 2023 pre-release
    Release notes

    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

    Full Changelog: 1.2.0...2.0.0-beta.0

    Open source →
    Release notes
    • 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.

    Open source →
  4. 1.2.0 05 Feb 2023
    Release notes

    https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.2.0

    • Add resultTextStyle: used to change the style of Text of result.
    • Add overlayBorderRadius, textStyle, textStyleFormField to PlacesAutocompleteField and PlacesAutocompleteFormField.
    • 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

    Open source →
    Release notes
    • Add resultTextStyle: used to change the style of Text of result.
    • Add overlayBorderRadius, textStyle, textStyleFormField to PlacesAutocompleteField and PlacesAutocompleteFormField.
    • Various docs improvements.
    Open source →
  5. 1.1.0 20 Jun 2022
    Release notes

    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

    Open source →
    Release notes
    • Update dependencies

      • google_api_headers: ^1.3.0.
      • rxdart: ^0.27.4.
      • rxdart_ext: ^0.2.2.
    • Update Flutter constraint to '>=2.8.0'.

    Open source →
  6. 1.0.1 23 Jan 2022
    Release notes

    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 and backArrowIcon 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 to lints and flutter_lints.


    What's Changed

    New Contributors

    Full Changelog: 1.0.0-nullsafety.5...1.0.1

    Open source →
    Release notes
    • 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 and backArrowIcon 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 to lints and flutter_lints.

    Open source →
  7. 1.0.0-nullsafety.5 23 Sep 2021 pre-release
    Release notes Open source →
    Release notes
    • Set Flutter constraint >=2.2.0.
    Open source →
  8. 1.0.0-nullsafety.4 29 Jul 2021 pre-release
    Release notes

    https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.0-nullsafety.4

    • Add Color? cursorColor param to PlacesAutocomplete.show and PlacesAutocompleteWidget
    Open source →
    Release notes
    • Add Color? cursorColor param to PlacesAutocomplete.show and PlacesAutocompleteWidget:
    Open source →
  9. 1.0.0-nullsafety.3 29 Jul 2021 pre-release
    Release notes

    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 and PlacesAutocompleteWidget:

      • InputDecoration? textDecoration
      • TextStyle? textStyle
    Open source →
    Release notes
    • Update dependencies to latest release

      • rxdart: ^0.27.1
      • google_api_headers: ^1.1.0
    • Add two params to PlacesAutocomplete.show and PlacesAutocompleteWidget:

      • InputDecoration? textDecoration
      • TextStyle? textStyle
    Open source →
  10. 1.0.0-nullsafety.2 09 May 2021 pre-release
    Release notes

    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
    Open source →
    Release notes
    • 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
    Open source →
  11. 1.0.0-nullsafety.1 02 Apr 2021 pre-release
    Release notes
    • Add headers param to PlacesAutocomplete.show, PlacesAutocompleteWidget, PlacesAutocompleteField and PlacesAutocompleteFormField.
    • Change apiKey to nullable string (when using a proxy to request Google APIs, the apiKey is added on the proxy itself, consequently the apiKey should be null) (thanks to @corentingiraud).
    Open source →
  12. 1.0.0-nullsafety.0 18 Mar 2021 pre-release
    Release notes
    • 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

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive