oktoast 1.0.4
oktoast: ^1.0.4 copied to clipboard
A pure flutter toast library, easy to use. You can use this library to achieve the same effect as Android toast.
Change log #
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