Skip to content

Releases: ThexXTURBOXx/flutter_web_auth_2

2.1.5: MacOS fixes

26 Jun 17:48
ff927eb
Compare
Choose a tag to compare

2.1.5

  • 🌹 Fix example support for Dart 3.x
  • 🐛 Implement protocol handler to supply ASPresentationAnchor (See #51)

2.1.4: Changes everywhere

26 Apr 19:46
c08c163
Compare
Choose a tag to compare

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 require 2.1.3 at least

2.1.3: contextArgs for Web

26 Apr 19:46
5f4448e
Compare
Choose a tag to compare

2.1.3

  • 🌹 Add contextArgs for web implementations (See #40)

2.1.2: Linux support! - Hotfix

19 Mar 16:23
b0c4280
Compare
Choose a tag to compare

2.1.2

  • 🐛 Downgrade Kotlin to fix some compatibility issues

2.1.1: Linux support! - Hotfix

05 Mar 18:42
88d5c5b
Compare
Choose a tag to compare

2.1.1

  • 🌹 Fix formatting

2.1.0: Linux support!

04 Mar 14:35
07ad885
Compare
Choose a tag to compare

2.1.0

  • 🎉 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

2.0.4: Small iOS fixes and updates

04 Mar 14:34
709df61
Compare
Choose a tag to compare

2.0.4

  • 🐛 Partially fix (#135)
  • 🌹 Support win32 versions 2.7.0 until 4.x
  • 🌹 Fix typos in README

2.0.3: Universal links

28 Nov 12:22
157285f
Compare
Choose a tag to compare

2.0.3

  • 🌹 Add Universal link support (#26)
  • 🌹 Some small documentation changes

2.0.2: Fix Windows support

09 Nov 15:30
a844877
Compare
Choose a tag to compare

2.0.2

  • 🐛 Fix windows callback verification (#22)
  • 🐛 Force-update platform interface (#21)

2.0.1: Upstream changes and redirectOriginOverride

01 Nov 12:10
ec9af4a
Compare
Choose a tag to compare

2.0.1

  • 🌹 Merge upstream changes (most notably troubleshooting documentation)
  • 🌹 Added redirectOriginOverride for web implementations (By Rexios80)
  • 🌹 Fix some documentation and changelogs