x_toast
A new Flutter plugin.
Getting Started
XToast.showToast('hello x_toast',duration: 'short', textColor: 0xffffffff, textSize: 20.0);
duration:long/short
XToast.showToast('hello x_toast',duration: 'long', textColor: 0xffff0000, textSize: 14.0);