toast 0.0.6 copy "toast: ^0.0.6" to clipboard
toast: ^0.0.6 copied to clipboard

outdated

A Flutter Toast plugin.

Toast #

A Flutter Toast plugin.

Supported Platforms

How to Use #

# add this line to your dependencies
toast: ^0.0.6
import 'package:toast/toast.dart';
Toast.show("Toast plugin app", duration: Toast.LENGTH_SHORT, gravity:  Toast.BOTTOM);
property description
msg String (Not Null)(required)
duration Toast.LENGTH_SHORT or Toast.LENGTH_LONG (optional)
gravity Toast.TOP (or) Toast.CENTER (or) Toast.BOTTOM

toast toast

License #

MIT License
268
likes
0
pub points
98%
popularity

Publisher

unverified uploader

A Flutter Toast plugin.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on toast