Skip to content

1.0.1 - Jan 24, 2022

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 23 Jan 17:19
· 23 commits to main since this release
ec8ad7c

https://pub.dev/packages/flutter_google_places_hoc081098/versions/1.0.1

  • Change Dart SDK constraint to >=2.14.0 <3.0.0 and Flutter constraint to >=2.5.0.

  • Update dependencies to latest release

    • rxdart: ^0.27.3
    • google_api_headers: ^1.1.1
    • http: ^0.13.4
  • Add insetPadding and backArrowIcon field (thanks to @corentingiraud).

    • insetPadding: used to configure the padding around the dialog in overlay mode.
    • backArrowIcon: used to configure the back arrow icon.
  • Refactor internal implementation.

  • Internal: migrated from pedantic to lints and flutter_lints.


What's Changed

New Contributors

Full Changelog: 1.0.0-nullsafety.5...1.0.1