JackJonson / flutter_styled_toast

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

Ability to set ignoring parameter for IgnorePointer widget #13

Closed agordn52 closed 3 years ago

agordn52 commented 3 years ago

v1.5.1+2

This PR will allow you to set the ignoring parameter for IgnorePointer widget.

Why? So we can use interactive widgets for the showToastWidget()method. Includes tweaks to the readme, changelog and pubspec.yaml file.