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.setStatusandTermOfService.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.reversecalls in login card (thanks @vargab95 !) - Fixed confirm password field being editable while form is submitting (thanks @vargab95 !)