Skip to content

v7.0.0

Latest

Choose a tag to compare

@juliansteenbakker juliansteenbakker released this 18 May 16:31

Breaking Changes:

  • Updated the minimum SDK requirements to Dart 3.9 and Flutter 3.27 to support font_awesome_flutter v11.
  • Upgraded font_awesome_flutter from v10 to v11.
  • Updated sign_in_button to a version compatible with font_awesome_flutter v11.
  • Removed deprecated TermOfService.setStatus and TermOfService.getStatus.

Bugs fixed:

  • Fixed null-check error in route change animation by adding mounted check to _forwardChangeRouteAnimation (thanks @vargab95 !)
  • Fixed null-check errors by adding mounted checks before control.reverse calls in login card (thanks @vargab95 !)
  • Fixed confirm password field being editable while form is submitting (thanks @vargab95 !)