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.