easy_alert
easy_alert copied to clipboard
A package for flutter to use alert and toast within one line code.
It just sticks to the notch of the X+ iPhone.
请问toast怎么防止无限弹出或者取消上一个toast
please add cupertino style alert dialog & confirm dialog support. thanks!
I'm trying add in my flutter project My Code: ``` @override Widget build(BuildContext context) { .... Alert.toast(context, "My msg",position: ToastPosition.bottom, duration: ToastDuration.long); ... } ``` **Error:** A `AlertProvider` must be...