flutter_web_auth_2 4.0.0-alpha.6 flutter_web_auth_2: ^4.0.0-alpha.6 copied to clipboard
Flutter plugin for authenticating a user with a web service.
4.0.0-alpha.6 #
4.0.0-alpha.5 #
- 💥 Remove Android embedding v1 support (in accordance with Flutter
3.22.0
) - 💥 Increase Android min SDK to
21
(in accordance with Flutter3.22.0
) - 💥 Increase Android JVM version to
11
(in accordance with Flutter3.22.0
) - 🌹 Update AndroidX browser to
1.8.0
- 🌹 Migrate Android and Web examples to newest standards
4.0.0-alpha.4 #
- 🐛 Fix recursion errors in Flutter
3.22.0
- 🌹 Update dependencies (
melos
andflutter_lints
)
4.0.0-alpha.3 #
- 🐛 Fix
iframe
approach - 🌹 Update
melos
to5.1.0
to have cleaner CI commands
4.0.0-alpha.2 #
- 🌹 Migrate to
web
package
4.0.0-alpha.1 #
- 🌹 Fix lint for Flutter 3.19.x
3.1.1 #
- 🐛 Fix null-safe options (again)
3.1.0 #
- 🎉 Implement
iframe
authentication approach (Thanks to @rundfunk47 in #88) - 🌹 Fix lint for Flutter 3.16.x
3.0.4 #
- 🐛 Fix null-safe options
3.0.2 #
- 🌹 Fix deprecations in Gradle 8.x
3.0.1 #
- 🌹 Better null-safe options
3.0.0 #
- 💥 Release next major version, yay!
- 🐛 Fix Apple implementations
3.0.0-alpha.6 #
- 🐛 Trying a few attempts to fix iOS implementations
3.0.0-alpha.5 #
- 🌹 Fix iOS "screenshot"
- 🐛 Trying a few attempts to fix iOS and MacOS implementations
3.0.0-alpha.4 #
- 🐛 Trying a few attempts to fix iOS and MacOS implementations
3.0.0-alpha.3 #
- 🌹 Add more entries to the pubspec
- 🌹 Add reference to
android_intent_plus
3.0.0-alpha.2 #
- 🎉 Customizable landing page on Windows and Linux
- 🌹 Update some files from official Flutter template
3.0.0-alpha.1 #
- 🐛 Update platform interface version
3.0.0-alpha.0 #
- 💥 Bump Dart SDK constraints to
>=2.15.0
- 💥 Huge refactor with more configuration possibilities
- 🎉 Add
melos
to project - 🌹 Cleanup Android implementation
2.2.1 #
- 🌹 Timeouts (5 minutes) on Web throw real errors now
2.2.0 #
2.1.5 #
- 🌹 Fix example support for Dart
3.x
- 🐛 Implement protocol handler to supply
ASPresentationAnchor
(See #51)
2.1.4 #
- 🌹 Fix support for Dart
3.x
- 🌹 Support AGP
8.x
namespace declaration - 🌹 Fix web example to work "properly"
- 🐛 Update
flutter_web_auth_2_platform_interface
to require2.1.4
at least
2.1.2 #
- 🐛 Downgrade Kotlin to fix some compatibility issues
2.1.1 #
- 🌹 Fix formatting
2.1.0 #
- 🎉 Add support for Linux (#31)
- 🌹 Get rid of dependency on
win32
andffi
by usingwindow_to_front
instead - 🌹 Update linter rules
- 🌹 Update Android dependencies
2.0.1 #
- 🌹 Merge upstream changes (most notably troubleshooting documentation)
- 🌹 Added
redirectOriginOverride
for web implementations (By Rexios80) - 🌹 Fix some documentation and changelogs
2.0.0 #
- 💥 Full two-package federated plugin refactor
1.1.2 #
- 🌹 Support
win32
versions2.7.0
until3.x
1.1.1 #
- 🐛 Fix Windows support and support for future platforms
- 🐛 Fix example on Windows
- 🌹
127.0.0.1
is now also a supported callback URL host on Windows - 🌹 Cleaned up platform implementations
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