PackageTrack
Sign in Get early access

flutter_web_auth_2

Flutter plugin for authenticating a user with a web service.

5.1.0 406K downloads/mo #582 most downloaded on pub.dev ThexXTURBOXx/flutter_web_auth_2

What this package is like to depend on

Last release 11 days ago

12 Aug 2026

Release timing varies

gaps range from 9 days to 3 months

Nearly every release is documented

notes for 35 of 35 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

68 releases · first in 2022

17 releases in the last 12 months

see the full history below

Release timeline

68 releases · Aug 2022 to Aug 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 68
  1. 6.0.0-alpha.7 12 Aug 2026 pre-release
    Release notes

    6.0.0-alpha.7

    Open source →
    Release notes
    Open source →
  2. 6.0.0-alpha.6 07 Aug 2026 pre-release
    Release notes
    • 🐛 Catch SecurityException when launching the auth tab (Thanks to @hokeroid in #212, related to #211)
    Open source →
  3. 6.0.0-alpha.5 09 Jul 2026 pre-release
    Release notes

    6.0.0-alpha.5

    • 🌹 Allow window_to_front versions 1.x
    • 🌹 Bump melos to 8.x
    Open source →
    Release notes
    • 🌹 Allow window_to_front versions 1.x
    • 🌹 Bump melos to 8.x
    Open source →
  4. 6.0.0-alpha.4 17 Jun 2026 pre-release
    Release notes

    6.0.0-alpha.4

    • 💥 Drop support for web versions 0.x
    • 🌹 Bump window_to_front to 0.1.0
    Open source →
    Release notes
    • 💥 Drop support for web versions 0.x
    • 🌹 Bump window_to_front to 0.1.0
    Open source →
  5. 6.0.0-alpha.3 05 Jun 2026 pre-release
    Release notes

    6.0.0-alpha.3

    • 🐛 Refactor error handling to use Swift Error type for improved compatibility (Thanks to @Abhishek-Khanal in #204)
    Open source →
    Release notes
    • 🐛 Refactor error handling to use Swift Error type for improved compatibility (Thanks to @Abhishek-Khanal in #204)
    Open source →
  6. 6.0.0-alpha.2 05 Jun 2026 pre-release
    Release notes

    6.0.0-alpha.2

    • 💥 Bump Flutter and Dart SDK constraints to 3.44.0 and 3.12.0 stable, respectively
    • 🌹 Enhancement: provide detailed error information in FlutterError responses for iOS and macOS (Thanks to @Abhishek-Khanal in #200)
    • 🌹 Migrate iOS plugin to UIScene lifecycle (Thanks to @alihamza0173 in #201)
    Open source →
    Release notes
    • 💥 Bump Flutter and Dart SDK constraints to 3.44.0 and 3.12.0 stable, respectively
    • 🌹 Enhancement: provide detailed error information in FlutterError responses for iOS and macOS (Thanks to @Abhishek-Khanal in #200)
    • 🌹 Migrate iOS plugin to UIScene lifecycle (Thanks to @alihamza0173 in #201)
    Open source →
  7. 6.0.0-alpha.1 31 May 2026 pre-release
    Release notes

    6.0.0-alpha.1

    • 🌹 Bump desktop_webview_window to 0.3.0
    Open source →
    Release notes
    • 🌹 Bump desktop_webview_window to 0.3.0
    Open source →
  8. 6.0.0-alpha.0 15 May 2026 pre-release
    Release notes

    6.0.0-alpha.0

    • 💥 Bump Flutter and Dart SDK constraints to 3.44.0 and 3.12.0 betas, respectively
    • 💥 Regenerate entire project skeleton (also migrates to built-in Kotlin)
    • 💥 Rename cleanUpDanglingCalls -> clearAllDanglingCalls (unification)
    Open source →
    Release notes
    • 💥 Bump Flutter and Dart SDK constraints to 3.44.0 and 3.12.0 betas, respectively
    • 💥 Regenerate entire project skeleton (also migrates to built-in Kotlin)
    • 💥 Rename cleanUpDanglingCalls -> clearAllDanglingCalls (unification)
    Open source →
  9. 5.1.0 12 Aug 2026
    Release notes

    5.1.0

    • 🐛 Catch SecurityException when launching the auth tab (Thanks to @hokeroid in #212, related to #211)
    • 🐛 Handle missing authUri/callbackScheme gracefully (Thanks to @md-shohan-ahmed in #209, related to #207)
    Open source →
    Release notes
    • 🐛 Catch SecurityException when launching the auth tab (Thanks to @hokeroid in #212, related to #211)
    • 🐛 Handle missing authUri/callbackScheme gracefully (Thanks to @md-shohan-ahmed in #209, related to #207)
    Open source →
  10. 5.0.3 31 May 2026
    Release notes

    5.0.3

    • 🌹 Bump desktop_webview_window to 0.3.0
    Open source →
    Release notes
    • 🌹 Bump desktop_webview_window to 0.3.0
    Open source →
  11. 5.0.2 12 Apr 2026
    Release notes
    • 🐛 Fix possible NPE on Android (Thanks to @henry11996 in #196)
    • 🌹 Dummy implementation for cleanUpDanglingCalls on web to prevent unneeded crashes
    Open source →
  12. 5.0.1 22 Jan 2026
    Release notes
    • 🐛 Fix crash on Android and implement proper feedback if no browser is installed (Thanks to @Mino5531 in #190)
    Open source →
  13. 5.0.0 13 Jan 2026
    Release notes

    No changes - just the official version release!

    Open source →
  14. 5.0.0-alpha.7 12 Oct 2025 pre-release
    Release notes
    • 🌹 Update Android intricacies
    • 🐛 Revert to CustomTabsIntent when needed (Thanks to @StevenSorial in #181)
    Open source →
  15. 5.0.0-alpha.6 03 Oct 2025 pre-release
    Release notes
    • 🌹 Fix ephemeral web views on Android; re-introduces preferEphemeral on Android for more iOS/Android parity (Thanks to @ApofisXII in #180, related to #169)
    Open source →
  16. 5.0.0-alpha.5 01 Oct 2025 pre-release
    Release notes
    Open source →
  17. 5.0.0-alpha.4 04 Sep 2025 pre-release
    Release notes
    • 🌹 Update melos to regular 7.x releases
    • 🌹 Update linter to 6.x
    • 🌹 Fix a few Android warnings (Gradle 9.x complaints)
    Open source →
  18. 5.0.0-alpha.3 25 May 2025 pre-release
    Release notes
    • 💥 Migrate to Swift Package Manager - see here for more info (Thanks to @lishaduck in #165)
    Open source →
  19. 5.0.0-alpha.2 03 Apr 2025 pre-release
    Release notes
    • 💥 Even newer Android authentication approach (Thanks to @titanous in #163)
    • 🌹 Add auto-close to old server method default landing page on Windows and Linux
    Open source →
  20. 5.0.0-alpha.1 12 Mar 2025 pre-release
    Release notes
    • 🌹 Added migration guide for 5.x and updated migration guide for 4.x
    Open source →
  21. 5.0.0-alpha.0 05 Mar 2025 pre-release
    Release notes
    • 💥 Update melos to 7.x (requires SDK >=3.5.0)
    • 💥 New Android authentication approach (Thanks to @Mino5531 in #156)
    Open source →
  22. 4.1.0 29 Nov 2024
    Release notes
    • 🌹 Add host and path comparator to webview implementation (related to #146)
    • 🐛 Hopefully fix WASM compatibility
    Open source →
  23. 4.0.2 22 Nov 2024
    Release notes
    • 🌹 Improve README (additions to migration guide and Google scopes)
    Open source →
  24. 4.0.1 10 Oct 2024
    Release notes
    • 🌹 Update flutter_lints to 5.x - should not really change anything!
    Open source →
  25. 4.0.0 21 Sep 2024
    Release notes

    No changes - just the official version release!

    Open source →
  26. 4.0.0-alpha.9 05 Sep 2024 pre-release
    Release notes
    • 🐛 Fix Chrome always taking precedence on Android (Thanks to @obrand69 in #125)
    Open source →
  27. 4.0.0-alpha.8 10 Aug 2024 pre-release
    Release notes
    • 🌹 Allow also web versions 0.5.x again (Thanks to @Rexios80 in #118)
    • 🌹 Improve documentation
    Open source →
  28. 4.0.0-alpha.7 07 Aug 2024 pre-release
    Release notes
    • 🎉 Enable ASWebAuthenticationSession.Callback.https support to fix Universal Links on iOS (Thanks to @GabrielDamasceno in #117, related to #65 and #104)
    • 🌹 Update web to 1.x
    Open source →
  29. 4.0.0-alpha.6 06 Jun 2024 pre-release
    Release notes
    • 🌹 Allow custom browser priority and rework Android code (Thanks to @kecson in #111)
    • 🌹 Enable partial ASWebAuthenticationSession.Callback support (related to #104)
    Open source →
  30. 4.0.0-alpha.5 15 May 2024 pre-release
    Release notes
    • 💥 Remove Android embedding v1 support (in accordance with Flutter 3.22.0)
    • 💥 Increase Android min SDK to 21 (in accordance with Flutter 3.22.0)
    • 💥 Increase Android JVM version to 11 (in accordance with Flutter 3.22.0)
    • 🌹 Update AndroidX browser to 1.8.0
    • 🌹 Migrate Android and Web examples to newest standards
    Open source →
  31. 4.0.0-alpha.4 15 May 2024 pre-release
    Release notes
    • 🐛 Fix recursion errors in Flutter 3.22.0
    • 🌹 Update dependencies (melos and flutter_lints)
    Open source →
  32. 4.0.0-alpha.3 25 Mar 2024 pre-release
    Release notes
    • 🐛 Fix iframe approach
    • 🌹 Update melos to 5.1.0 to have cleaner CI commands
    Open source →
  33. 4.0.0-alpha.2 17 Feb 2024 pre-release
    Release notes
    • 🌹 Migrate to web package
    Open source →
  34. 4.0.0-alpha.1 17 Feb 2024 pre-release
    Release notes
    • 🌹 Fix lint for Flutter 3.19.x
    Open source →
  35. 4.0.0-alpha.0 07 Feb 2024 pre-release
    Release notes
    • 🎉 Add Webview approach for Windows and Linux (Thanks to @Mino5531 in #92)
    Open source →
  36. 3.1.2 15 May 2024
    Release notes
    • 🐛 Fix recursion errors in Flutter 3.22.0
    • 🌹 Update melos to 5.1.0 to have cleaner CI commands
    Open source →
  37. 3.1.1 22 Dec 2023
    Release notes
    • 🐛 Fix null-safe options (again)
    Open source →
  38. 3.1.0 10 Dec 2023
    Release notes
    • 🎉 Implement iframe authentication approach (Thanks to @rundfunk47 in #88)
    • 🌹 Fix lint for Flutter 3.16.x
    Open source →
  39. 3.0.4 16 Nov 2023
    Release notes
    • 🐛 Fix null-safe options
    Open source →
  40. 3.0.3 27 Oct 2023
    Release notes
    • 🌹 Fix Web implementation not being found properly (See #82)
    Open source →
  41. 3.0.2 19 Oct 2023
    Release notes
    • 🌹 Fix deprecations in Gradle 8.x
    Open source →
  42. 3.0.1 09 Oct 2023
    Release notes
    • 🌹 Better null-safe options
    Open source →
  43. 3.0.0 08 Oct 2023
    Release notes
    • 💥 Release next major version, yay!
    • 🐛 Fix Apple implementations
    Open source →
  44. 3.0.0-alpha.6 06 Oct 2023 pre-release
    Release notes
    • 🐛 Trying a few attempts to fix iOS implementations
    Open source →
  45. 3.0.0-alpha.5 30 Sep 2023 pre-release
    Release notes
    • 🌹 Fix iOS "screenshot"
    • 🐛 Trying a few attempts to fix iOS and MacOS implementations
    Open source →
  46. 3.0.0-alpha.4 27 Sep 2023 pre-release
    Release notes
    • 🐛 Trying a few attempts to fix iOS and MacOS implementations
    Open source →
  47. 3.0.0-alpha.3 23 Sep 2023 pre-release
    Release notes
    • 🌹 Add more entries to the pubspec
    • 🌹 Add reference to android_intent_plus
    Open source →
  48. 3.0.0-alpha.2 28 Aug 2023 pre-release
    Release notes
    • 🎉 Customizable landing page on Windows and Linux
    • 🌹 Update some files from official Flutter template
    Open source →
  49. 3.0.0-alpha.1 27 Aug 2023 pre-release
    Release notes
    • 🐛 Update platform interface version
    Open source →
  50. 3.0.0-alpha.0 27 Aug 2023 pre-release
    Release notes
    • 💥 Bump Dart SDK constraints to >=2.15.0
    • 💥 Huge refactor with more configuration possibilities
    • 🎉 Add melos to project
    • 🌹 Cleanup Android implementation
    Open source →
  51. 2.2.1 26 Aug 2023
    Release notes
    • 🌹 Timeouts (5 minutes) on Web throw real errors now
    Open source →
  52. 2.2.0 26 Aug 2023
    Release notes
    • 🎉 Add fallback for window.opener being null on Web (See #58) (See enhanced/better setup instructions for Web in the README!)
    • 🌹 Add delay to example
    • 🌹 Bring back support for older AGP versions
    • 🐛 Fix compileOptions on Android (See #59)
    Open source →
  53. 2.1.5 26 Jun 2023
    Release notes
    • 🌹 Fix example support for Dart 3.x
    • 🐛 Implement protocol handler to supply ASPresentationAnchor (See #51)
    Open source →
  54. 2.1.4 21 Apr 2023
    Release notes
    • 🌹 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 require 2.1.4 at least
    Open source →
  55. 2.1.3 11 Apr 2023
    Release notes
    • 🌹 Add contextArgs for web implementations (See #40)
    Open source →
  56. 2.1.2 19 Mar 2023
    Release notes
    • 🐛 Downgrade Kotlin to fix some compatibility issues
    Open source →
  57. 2.1.1 05 Mar 2023
    Release notes
    • 🌹 Fix formatting
    Open source →
  58. 2.1.0 04 Mar 2023
    Release notes
    • 🎉 Add support for Linux (#31)
    • 🌹 Get rid of dependency on win32 and ffi by using window_to_front instead
    • 🌹 Update linter rules
    • 🌹 Update Android dependencies
    Open source →
  59. 2.0.4 24 Jan 2023
    Release notes
    • 🐛 Partially fix (#135)
    • 🌹 Support win32 versions 2.7.0 until 4.x
    • 🌹 Fix typos in README
    Open source →
  60. 2.0.3 28 Nov 2022
    Release notes
    • 🌹 Add Universal link support (#26)
    • 🌹 Some small documentation changes
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive