PackageTrack
Sign in Get early access

oktoast

A pure flutter toast library, support custom style/widget, easy achieve the same effect with native toasts.

3.4.0 43K downloads/mo #1569 most downloaded on pub.dev OpenFlutter/flutter_oktoast

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 12 months

Nearly every release is documented

notes for 36 of 38 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

38 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

38 releases · Aug 2018 to Nov 2023
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 38
  1. 3.4.0 17 Nov 2023
    Release notes

    What's Changed

    Full Changelog: 3.3.2...3.4.0

    Open source →
    Release notes

    Feat:

    • Wrapper a Material widget when the OKToast widget is not wrapped with Material.
    • The min support of flutter SDK version to 3.7.0.
    Open source →
  2. 3.3.2 22 Sep 2023
    Release notes

    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

    Open source →
    Release notes
    • Fix position offset do not work when movingOnWindowChange is false. (#100)
    Open source →
  3. 3.3.2+1 17 Oct 2023
    Release notes

    What's Changed

    Full Changelog: 3.3.2...3.3.2+1

    Open source →
    Release notes
    • Fix Theatre constructor and get rid of View for compatibilities. (#103)
    Open source →
  4. 3.3.1 27 Sep 2022
    Release notes

    What's Changed

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

    New Contributors

    Full Changelog: 3.3.0...3.3.1

    Open source →
    Release notes
    • Replace context.debugDoingBuild flag with SchedulerBinding.instance.schedulerPhase. (#97)
    Open source →
  5. 3.3.0 07 Sep 2022
    Release notes

    What's Changed

    Full Changelog: 3.2.0...3.3.0

    Open source →
    Release notes
    • Abstract BuildContextPredicate. (#95)
    • More text fields for showToast. (#96)
    Open source →
  6. 3.2.0 12 May 2022
    Release notes

    What's Changed

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

    • Remove deprecated Miui10AnimBuilder.

    Full Changelog: 3.1.5...3.2.0

    Open source →
    Release notes

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

    • Remove deprecated Miui10AnimBuilder.
    Open source →
  7. 3.1.5 05 Nov 2021
    Release notes

    What's Changed

    • _ToastContainer -> ToastContainer.
    • Add tests.

    Full Changelog: 3.1.4...3.1.5

    Open source →
    Release notes
    • _ToastContainer -> ToastContainer.
    • Add tests.
    Open source →
  8. 3.1.4 03 Nov 2021
    Release notes

    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

    Open source →
    Release notes
    • Fix dismiss is invalid when called synchronously. (#88)
    • Deprecated inner Miui10AnimBuilder.
    Open source →
  9. 3.1.3 17 Sep 2021
    Release notes
    • Throw a more precise error if the OKToast widget is not wrapped correctly.
    • Bind ToastFuture with OverlayEntry mounted state.
    Open source →
    Release notes
    • Throw a more precise error if the OKToast widget is not wrapped correctly.
    • Bind ToastFuture with OverlayEntry mounted state.
    Open source →
  10. 3.1.3+1 18 Sep 2021
    Release notes
    • Quick fix for the _throwIfNoContext.
    Open source →
    Release notes
    • Quick fix for the _throwIfNoContext.
    Open source →
  11. 3.1.2 15 Sep 2021
    Release notes
    • Deliver overlay insertion into microtask.
    Open source →
  12. 3.1.1 04 Aug 2021
    Release notes
    • Expose constraints and margin for showToast method. (#84)
    Open source →
  13. 3.1.0 02 Aug 2021
    Release notes
    • Support copyWith for ToastPosition. (#82)
    • Integrate animationBuilder properly. (#81)
    • BREAKING CHANGE: handleTouth -> handleTouch.
    • Code cleanup.
    Open source →
  14. 3.0.0 24 Feb 2021
    Release notes
    • Null safety version.
    Open source →
  15. 2.3.2 14 Apr 2020
    Release notes
    • Fixed a memory leak issue.
    Open source →
  16. 2.3.1 05 Feb 2020
    Release notes
    Open source →
  17. 2.3.1+1 20 Feb 2020
    Release notes
    • Fix health for pub.
    Open source →
  18. 2.3.0 20 Dec 2019
    Release notes

    New feature:

    • Add animation for show/hide the oktoast.
    Open source →
  19. 2.2.1 05 Dec 2019
    Release notes

    Fix:

    • textAlign of method showToast.
    Open source →
  20. 2.2.0 08 Jul 2019
    Release notes

    New feature:

    • handleTouch: Caller can use this property to respond to click events.

    Change:

    • This is a breaking change : The default value of dismissOtherToast of showToast is changed to better match the OKToast overall settings. .
    Open source →
  21. 2.1.9 25 Jun 2019
    Release notes

    Fix:

    • position is not valid in showToastWidget.
    Open source →
  22. 2.1.8 06 Jun 2019
    Release notes

    Add param showAnim param for dismiss method:

    • dismissAllToast
    • ToastManager.dismissAll
    • ToastFuture.dismiss
    Open source →
  23. 2.1.7 15 Apr 2019
    Release notes

    Add for OKToast:

    • textAlign
    • textPadding

    Add for showToast:

    • textAlign
    Open source →
  24. 2.1.6 13 Mar 2019
    Release notes

    add textPadding for showToast method.

    Open source →
  25. 2.1.5 10 Feb 2019
    Release notes

    fix ToastPosition offset params

    Open source →
  26. 2.1.4 28 Dec 2018
    Release notes

    add textDirection params

    Open source →
  27. 2.1.3 23 Dec 2018
    Release notes

    When ui.window's size changes, toast is moved.

    Open source →
  28. 2.1.2 23 Dec 2018
    Release notes

    Now, OKToast add a params dismissOtherOnShow to dismiss other toast.

    Open source →
  29. 2.1.1 21 Dec 2018
    Release notes

    use manager to manage ToastFuture

    add a method dismissAllToast to dismiss all toast.

    add a param with showToast to dismiss other toast.

    Open source →
  30. 2.1.0 07 Dec 2018
    Release notes

    add new params to helper user listen toast dismiss

    showToast and showToastWidget will return ToastFuture the toastFuture call dismiss() to dismiss toast.

    Open source →
  31. 2.0.1 22 Nov 2018
    Release notes

    oktoast support page level.

    you can use oktoast wrap your Scaffold.

    Open source →
  32. 2.0.0 24 Oct 2018
    Release notes

    use BuildContext cache. then showToast not need context, you can use the showToast in anywhere.

    Open source →
  33. 1.0.4 24 Oct 2018
    Release notes

    support flutter sdk 0.10 ,fix bug

    Open source →
  34. 1.0.3 07 Sep 2018
    Release notes

    update the textAlign : TextAlign.center
    update the overflow: TextOverflow.ellipsis,

    Open source →
  35. 1.0.2 07 Sep 2018
    Release notes

    fix defaultPosition is invalid.

    Open source →
  36. 1.0.1 08 Aug 2018
    Release notes

    now libray is oktoast

    Open source →
  37. 1.0.1+1 08 Aug 2018

    Nothing published for this version

  38. 1.0.1+2 09 Aug 2018

    Nothing published for this version

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