koukibadr / Elegant-Notification

https://pub.dev/packages/elegant_notification
MIT License
46 stars 30 forks source link

Added dismiss function and wrapped notification with Dismissible widget #109

Closed Pana-g closed 6 months ago

Pana-g commented 6 months ago

Dismiss function is called when closing the notification to remove it smoothly calling the reverse animation action. Dismissible Widget wrapped the ElegantNotification widget to allow swipe to dismiss action as per #107

koukibadr commented 6 months ago

@Pana-g you have conflict with the main branch otherwise the new updates may be similar to the updates already merged of this PR

Pana-g commented 6 months ago

@koukibadr The conflict has been resolved!