Skip to content

Releases: OpenFlutter/flutter_oktoast

3.4.0

17 Nov 07:35
b2ba465
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.4.0

3.3.2+1

17 Oct 10:19
dbc82b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.2+1

3.3.2

21 Aug 02:12
ca7d125
Compare
Choose a tag to compare

What's Changed

  • Fix position offset do not work when movingOnWindowChange is false by @lzw-all-in in #100

New Contributors

Full Changelog: 3.3.1...3.3.2

3.3.1

27 Sep 03:41
7475ad2
Compare
Choose a tag to compare

What's Changed

  • Replace debugDoingBuild flag with SchedulerPhase by @fengmlo in #97

New Contributors

Full Changelog: 3.3.0...3.3.1

3.3.0

07 Sep 07:28
4f4c822
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

12 May 14:59
fcc1378
Compare
Choose a tag to compare

What's Changed

Migrate to Flutter 3, drop supports for previous Flutter versions.

  • Remove deprecated Miui10AnimBuilder.

Full Changelog: 3.1.5...3.2.0

3.1.5

05 Nov 09:36
c143844
Compare
Choose a tag to compare

What's Changed

  • _ToastContainer -> ToastContainer.
  • Add tests.

Full Changelog: 3.1.4...3.1.5

3.1.4

03 Nov 05:57
0b66015
Compare
Choose a tag to compare

What's Changed

  • Fix dismiss is invalid when called synchronously by @AlexV525 in #88
  • Deprecated inner Miui10AnimBuilder.

Full Changelog: 3.1.3...3.1.4

3.1.3+1

18 Sep 02:11
41aad1b
Compare
Choose a tag to compare
  • Quick fix for the _throwIfNoContext.

3.1.3

17 Sep 13:52
446bc7a
Compare
Choose a tag to compare
  • Throw a more precise error if the OKToast widget is not wrapped correctly.
  • Bind ToastFuture with OverlayEntry mounted state.