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

How to have fadein and fadeout animation ? #96

Open 1Krishna16 opened 1 year ago

1Krishna16 commented 1 year ago

I can perform all types of beatiful animation,

Is there a way in which snackbar is in a static position lets say floating at the button, now i want it to just pop on and pop off in the same place, instead of animating it from offset outside of the screen.

This feature is in the default snackbar of the flutter, but it is not much customizable,

Is it possible to achieve this? if not could you provide this feature.