appdev / FlutterToast

Flutter Toast 使用 Flutter 原生 API实现的 Toast 功能
MIT License
109 stars 52 forks source link

Showing a second toast before the previous one disappears makes it disappear too soon #32

Open atn832 opened 1 year ago

atn832 commented 1 year ago

If I show a first toast for 5 seconds, then after 4 seconds show a second toast, then the second message gets shown only one second. Seems like there are two ways one could fix that:

atn832 commented 1 year ago

https://github.com/appdev/FlutterToast/blob/372fe042d59df14d0a9df4d752b7d5e9b5ebae43/lib/toast.dart#L121-L122