JackJonson / flutter_styled_toast

A Styled Toast Flutter package.
Apache License 2.0
76 stars 43 forks source link

Very difficult to use #10

Closed amigax closed 3 years ago

amigax commented 3 years ago

No proper example of how to use, seems to be tied to one class MyHomePage ? Looks great but I cannot figure out how to use it.

JackJonson commented 3 years ago

//Simple use showToast("hello styled toast");

// Customize toast content widget showToastWidget(Text('hello styled toast'));

Williamtobs commented 10 months ago

//Simple use showToast("hello styled toast");

// Customize toast content widget showToastWidget(Text('hello styled toast'));

This still does not explain anything, try do proper documentation of this package