koukibadr / Elegant-Notification

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

RTL support #85

Closed shatanikmahanty closed 1 year ago

shatanikmahanty commented 1 year ago

The layout was breaking due to hardcoded left and right paddings for icons. Added check using Directionality api provoded by flutter to fix this.

Fixes #84