Skip to content

Releases: LinusU/flutter_web_auth

🚢 0.6.0 / 2024-10-07

Choose a tag to compare

@LinusU LinusU released this 07 Oct 16:12
bf04a9f

💥 Breaking Changes

  • Upgrade to Flutter version 3.24

    Migration Guide:

    The source have been updated to work with the latest version of Flutter, including upgrading from Gradle v7 to v8. Make sure that you are on the latest version on Flutter before upgrading to this version.

🚢 0.5.0 / 2022-11-02

Choose a tag to compare

@LinusU LinusU released this 02 Nov 16:19
0.5.0
d9fe83f

💥 Breaking Changes

  • Upgrade to Flutter version 3

    Migration guide:

    This release drops support for Flutter v2, and adds support for Flutter v3. Make sure to upgrade to Flutter v3 when upgrading to this version.

🚢 0.4.3 / 2022-11-02

Choose a tag to compare

@LinusU LinusU released this 02 Nov 16:08
0.4.3
4877503

🐛 Fixes

  • Revert accidental breaking change (#142)

🚢 0.4.2 / 2022-11-01

Choose a tag to compare

@LinusU LinusU released this 01 Nov 10:20
0.4.2
707b389

🎉 Enhancements

  • Add preferEphemeral support on macOS

🐛 Fixes

  • Remove null aware operators from not null widgets (#132)
  • Throw a proper error on invalid callback scheme

🌹 Internal Changes

  • Add troubleshooting documentation (#139)

🚢 0.4.1 / 2022-02-24

Choose a tag to compare

@LinusU LinusU released this 24 Feb 19:29
0.4.1
6034e40

🎉 Enhancements

  • Add support for Flutter "add to app" (#106)

🚢 0.4.0 / 2021-12-11

Choose a tag to compare

@LinusU LinusU released this 11 Dec 12:22
0.4.0
a919cb8

💥 Breaking Changes

  • Upgrade to Android V2 embedding (#87)

    Migration Guide:

    Make sure that you are running a recent version of Flutter before upgrading.

🚢 0.3.2 / 2021-12-11

Choose a tag to compare

@LinusU LinusU released this 11 Dec 11:47
0.3.2
7bc0cbc

🎉 Enhancements

  • Add Web support (#77)

🚢 0.3.1 / 2021-09-07

Choose a tag to compare

@LinusU LinusU released this 07 Sep 13:21
0.3.1
0028e2a

🎉 Enhancements

  • Add support for ephemeral sessions (#64)
  • Add support for Android Plugin API v2 (#67)

🌹 Internal Changes

  • Cleanup metadata
  • Avoid deprecated RaisedButton in example (#75)

🚢 0.3.0 / 2021-04-06

Choose a tag to compare

@LinusU LinusU released this 06 Apr 08:01
0.3.0
c46e780

💥 Breaking Changes

  • 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.4 / 2020-05-12

Choose a tag to compare

@LinusU LinusU released this 12 May 14:32
0.2.4
a5fc5ed

🐛 Fixes

  • Fix building on iOS (#36)