toast library<bottoast>
a really easy to use flutter toast library.
features
in the true sense of toast, you can call it whenever you need it, without any restrictions! (this is his most important feature, different from other toast libraries)
feature-rich, support for displaying notifications, text, loading, attachments, etc. toast
support for popping up various custom toasts, or you can pop up any widget as long as it meets the requirements of the flutter code.
api is easy to use, basically has no necessary parameters (including buildcontext), basically all optional parameters
pure flutter implementation, it is not easy to bring compatibility problems
notification | attached |
---|---|
loading | text |
---|---|
Comments are closed.