koukibadr / Elegant-Notification

https://pub.dev/packages/elegant_notification
MIT License
47 stars 33 forks source link

Position is always topRight #108

Closed christenbc closed 8 months ago

christenbc commented 8 months ago

no matter how I change the position, it is always top right

koukibadr commented 8 months ago

@christenbc are you using the new updates in the latest version you should use position with Alignment class example :

position: Alignment.centerLeft,
christenbc commented 8 months ago

I had to downgrade to the previous version and it's working well. The current one is buggy

koukibadr commented 8 months ago

@christenbc could you try with the latest version published this week ?

christenbc commented 8 months ago

It seems fixed now, thanks