- Update code format.
- Adds compatibility with
http1.0.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update the LICENSE file so that it is recognized by pub.dev.
- Add dependency on flutter_secure_storage_tizen.
- Resolve linter warnings.
- Update google_sign_in_platform_interface to 2.3.0.
- Update google_sign_in to 5.4.1.
- Improve UI.
- Fix bug where token was always being refreshed.
- Always request new sign-in for
signInmethod. - Implement
signInSilentlymethod. - Persist token securely on disk.
- Initial release.