Releases: hoc081098/flutter_google_places_hoc081098
Releases · hoc081098/flutter_google_places_hoc081098
1.0.0-nullsafety.1 - Apr 02, 2021
- Add
headers
param toPlacesAutocomplete.show
,PlacesAutocompleteWidget
,PlacesAutocompleteField
andPlacesAutocompleteFormField
. - Change
apiKey
to nullable string (when using a proxy to request Google APIs, theapiKey
is added on the proxy itself,
consequently theapiKey
should benull
) (thanks to @corentingiraud).
1.0.0-nullsafety.0 - Mar 18, 2021
- Initial version of
flutter_google_places_hoc081098
.
Forked from fluttercommunity/flutter_google_places. - Opt into null safety.
- Sdk constraints:
>=2.12.0 <3.0.0
. - Compatible with flutter 2.0.0 stable.
- Updated dependencies to latest release.
- Refactoring by using RxDart for more power.
- Fixed many issues.
- Applied pedantic.
- Refactored example, migrated it to Android v2 embedding.