Skip to content

Commit

Permalink
release of v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Nov 23, 2022
1 parent ce398af commit 6bb88c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.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.

## 0.3.2

- Updated google_api_headers to 1.2.0
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_google_places
description: Google places autocomplete widgets for flutter. No wrapper, use https://pub.dartlang.org/packages/google_maps_webservice
version: 0.3.2
homepage: https://github.com/lejard-h/flutter_google_places
description: Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice
version: 0.4.0
repository: https://github.com/fluttercommunity/flutter_google_places

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit 6bb88c0

Please sign in to comment.