JackJonson / flutter_styled_toast

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

Replace future with timer so that timer can be cancelled on dismiss #9

Closed illia-romanenko closed 4 years ago

illia-romanenko commented 4 years ago

Hi @JackJonson, thanks for your plugin! Well done!

As we want to improve on tests for it we wanted to create this PR that will allow us to cancel all timers on toast dismiss (if there are any pending timers after the test ends - it will fail). Please review.

Also, are you considering adding any tests yourself?

Thanks, Illia

JackJonson commented 4 years ago

@illia-romanenko , Thanks for your contribution !