Skip to content

Releases: hoc081098/flutter_google_places_hoc081098

2.0.0 - Jun 21, 2024

21 Jun 13:32
Compare
Choose a tag to compare

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

2.0.0-beta.1 - Sep 30, 2023

30 Sep 09:11
Compare
Choose a tag to compare

2.0.0-beta.0 - Jun 27, 2023

27 Jun 09:53
Compare
Choose a tag to compare

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

1.2.0 - Feb 5, 2023

05 Feb 10:13
Compare
Choose a tag to compare

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

1.1.0 - Jun 20, 2022

20 Jun 08:25
Compare
Choose a tag to compare

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

23 Jan 17:19
ec8ad7c
Compare
Choose a tag to compare

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

1.0.0-nullsafety.5 - Sep 23, 2021

23 Sep 19:56
Compare
Choose a tag to compare

1.0.0-nullsafety.4 - Jul 29, 2021

29 Jul 04:03
Compare
Choose a tag to compare

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

  • Add Color? cursorColor param to PlacesAutocomplete.show and PlacesAutocompleteWidget

1.0.0-nullsafety.3 - Jul 29, 2021

29 Jul 04:02
4b7173d
Compare
Choose a tag to compare

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

1.0.0-nullsafety.2 - May 9, 2021

09 May 15:56
Compare
Choose a tag to compare

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