Skip to content

Releases: fluttercommunity/flutter_google_places

v0.4.0

23 Nov 14:22
ce398af
Compare
Choose a tag to compare

NOTE: This version is not yet available on pub.dev due to #182. To use this version, add the following to your pubspec.yaml:

  flutter_google_places:
    git:
        url: https://github.com/fluttercommunity/flutter_google_places
        ref: v0.4.0

New Features:

  • Add textStyle and borderRadius fields to PlacesAutocompleteField()
  • Add resultTextStyle to PlacesAutocompleteWidget()

Other improvements:

  • Migrated flutter_lints to lint and applied all suggestions.
  • Updated rxdart to latest version.

v0.3.2

15 Mar 20:40
fa34845
Compare
Choose a tag to compare

0.3.2

  • Updated google_api_headers to 1.2.0

0.3.1

  • Fixed null-pointer which caused the package to crash.
  • Upgrade example app to null safety
  • Applied flutter lints recommendations
  • Upgraded dependencies