Skip to content

Releases: ThexXTURBOXx/flutter_web_auth_2

3.0.0-alpha.5: Apple again...

30 Sep 14:56
8a0ec5b
Compare
Choose a tag to compare
Pre-release

3.0.0-alpha.5

  • 🌹 Fix iOS "screenshot"
  • 🐛 Trying a few attempts to fix iOS and MacOS implementations

3.0.0-alpha.4: Apple...

27 Sep 08:16
6ed7d41
Compare
Choose a tag to compare
Pre-release

3.0.0-alpha.4

  • 🐛 Trying a few attempts to fix iOS and MacOS implementations

3.0.0-alpha.3: Better presence

23 Sep 20:18
ad52eea
Compare
Choose a tag to compare
Pre-release

3.0.0-alpha.3

  • 🌹 Add more entries to the pubspec
  • 🌹 Add reference to android_intent_plus

3.0.0-alpha.2: More options

28 Aug 07:13
a35dfa3
Compare
Choose a tag to compare
Pre-release

3.0.0-alpha.2

  • 🎉 Customizable landing page on Windows and Linux
  • 🌹 Update some files from official Flutter template

3.0.0-alpha.1: Fixes

27 Aug 15:42
68a0966
Compare
Choose a tag to compare
3.0.0-alpha.1: Fixes Pre-release
Pre-release

3.0.0-alpha.1

  • 🐛 Update platform interface version

3.0.0-alpha.0: The melos restructure

27 Aug 15:42
6c55c8c
Compare
Choose a tag to compare
Pre-release

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: Better Web support

26 Aug 21:02
414b792
Compare
Choose a tag to compare

2.2.1

  • 🌹 Timeouts (5 minutes) on Web throw real errors now

2.2.0: Better Web support

26 Aug 18:20
63e33b5
Compare
Choose a tag to compare

2.2.0

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

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