flutter_web_auth_2 1.1.0 flutter_web_auth_2: ^1.1.0 copied to clipboard
Flutter plugin for authenticating a user with a web service.
1.1.0 #
- 🌹 Tested
flutter_web_auth_2
with Flutter3.3.0
, seems to work! - 🌹 Update
win32
to3.0.0
(relevant only for Windows users) - 🌹 Add
android:exported
tag to documentation before users start to complain - 🌹 Overhauled example layout
1.0.1 #
- 🐛 Remove path dependency
- 🌹 Add migration guide README
- 🌹 Add more documentation
1.0.0 #
- 💥 Old project, new maintainers! Due to the lack of updates in the main project, we forked the project and will update it as time passes!
- 💥 Update to Flutter 3 (#118)
- 💥 Federated plugin refactor (#98)
- 💥 Windows support (By Jon-Salmon)
- 🎉 Add support for ephemeral sessions on MacOS (#112)
0.4.0 #
-
💥 Upgrade to Android V2 embedding (#87)
Migration guide:
Make sure that you are running a recent version of Flutter before upgrading.
0.3.1 #
0.3.0 #
-
💥 Add null safety support (#60)
Migration guide:
This version drops support for Flutter 1.x, please upgrade to Flutter 2 for continued support.
0.2.3 #
0.2.0 #
-
💥 Add macOS support (#20)
Migration guide:
This version drops support for Flutter 1.9 and older, please upgrade to Flutter 1.12 for continued support.
0.1.3 #
- 🎉 Update the kotlin plugin version to 1.3.61
0.1.2 #
- 🎉 Add support for iOS 13
0.1.1 #
- 🐛 Add swift_version to the Podspec
- 🐛 Update Gradle and Kotlin versions
- 🐛 Add missing link in readme
0.1.0 #
- 🎉 Add initial implementation