cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 88 forks source link

Add ability to override animation type #77

Open orevial opened 2 years ago

orevial commented 2 years ago

Today the package allow for overriding animation curves (in and out) but not the animation itself, which is always sliding (from top to bottom or from bottom to top depending on the flushbar position).

It would be great if we could use the package for other types of appearing animations such as fade-in and fade-out