oktoast 2.1.1
oktoast: ^2.1.1 copied to clipboard
A pure flutter toast library Support custom style/widget. Easy to use. You can use this library to achieve the same effect as Android toast.
Change log #
2.1.1 #
use manager to manage ToastFuture
add a method dismissAllToast to dismiss all toast.
add a param with showToast to dismiss other toast.
2.1.0 #
add new params to helper user listen toast dismiss
showToast and showToastWidget will return ToastFuture the toastFuture call dismiss() to dismiss toast.
2.0.1 #
oktoast support page level.
you can use oktoast wrap your Scaffold.
2.0.0 #
use BuildContext cache. then showToast not need context, you can use the showToast in anywhere.
1.0.4 #
support flutter sdk 0.10 ,fix bug
1.0.3 #
update the textAlign : TextAlign.center
update the overflow: TextOverflow.ellipsis,
1.0.2 #
fix defaultPosition is invalid.
1.0.1+2 #
update readme
1.0.1+1 #
update readme
1.0.1 rename library name #
now libray is oktoast
1.0.0 first release version #
stable version
0.0.3 add the toast position #
the toast can set position
- showToast
- defaultPosition
0.0.2 add toast style #
add the textStyle radius backgroundColor
0.0.1 first version #
init commit