PackageTrack
Sign in Get early access

bot_toast

A really easy to use flutter toast library.Easy to use and feature rich.

4.1.3 342K downloads/mo #635 most downloaded on pub.dev MMMzq/bot_toast

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 1.2 years

Rarely documented

notes for 6 of 38 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

38 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

38 releases · Jun 2019 to Sep 2023
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 38
  1. 4.1.3 19 Sep 2023

    Nothing published for this version

  2. 4.1.2 19 Sep 2023

    Nothing published for this version

  3. 4.1.1 12 Sep 2023

    Nothing published for this version

  4. 4.1.0 12 Sep 2023

    Nothing published for this version

  5. 4.0.4 24 May 2023

    Nothing published for this version

  6. 4.0.3 14 Jul 2022

    Nothing published for this version

  7. 4.0.2 19 May 2022

    Nothing published for this version

  8. 4.0.1 13 Mar 2021

    Nothing published for this version

  9. 4.0.0 19 Feb 2021

    Nothing published for this version

  10. 4.0.0+1 19 Feb 2021

    Nothing published for this version

  11. 3.0.5 04 Nov 2020

    Nothing published for this version

  12. 3.0.4 27 Aug 2020

    Nothing published for this version

  13. 3.0.3 17 Aug 2020

    Nothing published for this version

  14. 3.0.2 16 Aug 2020

    Nothing published for this version

  15. 3.0.2+1 16 Aug 2020

    Nothing published for this version

  16. 3.0.1 25 Jul 2020

    Nothing published for this version

  17. 3.0.0 02 May 2020

    Nothing published for this version

  18. 2.4.1 23 Apr 2020

    Nothing published for this version

  19. 2.4.0 28 Mar 2020
    Release notes
    • feat: Support to intercept click back button event
    Open source →
  20. 2.3.1 21 Mar 2020

    Nothing published for this version

  21. 2.3.0 05 Mar 2020

    Nothing published for this version

  22. 2.2.1 02 Jan 2020

    Nothing published for this version

  23. 2.2.0 07 Dec 2019
    Release notes

    [2.2.0]

    • 重构底层的实现方式以规避一些隐晦的bug

    • Refactor the underlying implementation to avoid some hidden bugs

    Open source →
  24. 2.1.1 09 Nov 2019

    Nothing published for this version

  25. 2.1.0 31 Oct 2019
    Release notes
    • bug fix: see #11

    • 移除BotToastInitkey参数

    • BotToast.init方法变为私有方法不再公开

    • 重构了初始化的方式

    • Remove the key parameter of BotToastInit

    • BotToast.init method becomes private and no longer public

    • Refactored the way to initialize

    Open source →
  26. 2.0.0 02 Oct 2019
    Release notes
    • 修改初始化的方式,现在更为通用

    • 支持自定义Toast的动画和持续时间😉

    • showEnhancedWidget方法的closeFunc参数其含义已经发生了变化了,现在是等待closeFunc函数执行完毕才移除Toast

    • 添加showAnimationWidget方法,可以使用此方法来高度自定义一个有动画的Toast🤩

    • 移除reInit方法(2.0版本不再需要),以及PreferDirection.BelowPreferDirection.Upside这两个已经被废除的枚举

    • WrapWidget类型方法参数发生变化(破坏性的),但是如果你没有直接使用showEnhancedWidget方式的话,这个修改对1.x版本的代码其实是无影响的,如果有使用请看这里进行兼容1.x版本升级到2.x版本

    • showXxxNotification 添加dismissDirections参数:表示能进行滑动关闭的方向

    • showXxxText,showXxxLoading,showXxxNotification等方法添加了align参数:表示ToastContent区域在MainContent区域的对齐,可用于自定义Toast放置的位置

    • 修复了showAttachedWidget方法的一些bug

    • 支持flutter web(注意不能确保其稳定性)

    • 更新example的样式,并添加了更多demo


    • Modify the way of initialization, now more general

    • Support for custom Toast animation and animation duration😉

    • The meaning of the closeFunc parameter of the showEnhancedWidget method has changed. Now it is wait for the closeFunc function to complete before removing Toast.

    • Add the showAnimationWidget method, you can use this method to highly customize an animated Toast🤩

    • Remove the reInit method and the two deprecated enumerations PreferDirection.Below and PreferDirection.Upside

    • WrapWidget type method parameter changed (not compatible with 1.x version),see 1.x version upgrade 2.x version

    • showXxxNotification Add dismissDirections parameter

    • showXxxText, showXxxLoading, showXxxNotification method adds align parameter

    • Fixed some bugs in the showAttachedWidget method

    • Support flutter web (note that it cannot ensure its stability)

    • Updated the style of example and added more demos

    Open source →
  27. 2.0.0+1 02 Oct 2019

    Nothing published for this version

  28. 2.0.0+2 02 Oct 2019

    Nothing published for this version

  29. 1.1.1 01 Sep 2019
    Release notes

    bug fix
    #6

    Open source →
  30. 1.1.0 18 Aug 2019
    Release notes
    • 主要对showAttachedWidget方法进行了增强,现在支持更多方向,定位更准确了。

    • PreferDirection.BelowPreferDirection.Upside被废弃了,可以改用表达更清晰的topCenter,和bottomCenter来代替,且效果完全一致。这两个枚举将会在下个大版本被删除!

    • showAttachedWidgetpreferDirection 只是期望的方向,实际的位置可能因为空间不足而遭到调整

    • 实际调整顺序可以拿topLeft来进行说明,如果上方空间不足则调整为bottomLeft,然后左边空间不足的话就再判断右边的空间是否充足,充足的话结果为bottomRight,不充足最终结果为bottomCenter

    • 对于preferDirection=xxxCenter的情况,其交叉轴的偏移将会忽略

    Open source →
  31. 1.0.3 22 Jul 2019

    Nothing published for this version

  32. 1.0.2 20 Jul 2019

    Nothing published for this version

  33. 1.0.1 14 Jul 2019

    Nothing published for this version

  34. 1.0.0 14 Jul 2019

    Nothing published for this version

  35. 1.0.0+1 14 Jul 2019

    Nothing published for this version

  36. 1.0.0+2 14 Jul 2019

    Nothing published for this version

  37. 0.0.2 01 Jul 2019

    Nothing published for this version

  38. 0.0.1 30 Jun 2019

    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