Skip to content

Releases: hoc081098/flutter_google_places_hoc081098

1.0.0-nullsafety.1 - Apr 02, 2021

02 Apr 02:17
415ef52
Compare
Choose a tag to compare
  • Add headers param to PlacesAutocomplete.show, PlacesAutocompleteWidget, PlacesAutocompleteField and PlacesAutocompleteFormField.
  • Change apiKey to nullable string (when using a proxy to request Google APIs, the apiKey is added on the proxy itself,
    consequently the apiKey should be null) (thanks to @corentingiraud).

1.0.0-nullsafety.0 - Mar 18, 2021

18 Mar 03:54
Compare
Choose a tag to compare
  • 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.