Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@juliansteenbakker juliansteenbakker released this 23 Nov 14:22
· 1 commit to master since this release
ce398af

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.