AndreHaueisen / flushbar

Custom widget for Flutter
Other
1.01k stars 172 forks source link

Add ability to chain notifications #155

Closed benPesso closed 7 months ago

benPesso commented 4 years ago

By adding a chained (or maybe discrete?) property to a Flushbar, one will be able to tell the Flushbar to not show until the previous Flushbar as been dismissed.

Currently, they all show when triggered, overlapping each other and dismissing before the user has a chance to see them all.

benPesso commented 7 months ago

Closing as stale.