Skip to content

v2.0.0

Compare
Choose a tag to compare
@MMMzq MMMzq released this 02 Oct 14:09
· 139 commits to master since this release
  • 修改初始化的方式,现在更为通用

  • 支持自定义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