koukibadr / Motion-Toast

https://pub.dev/packages/motion_toast
MIT License
49 stars 18 forks source link

Fix the issue related to the toast width and make it responsive with tablets also. #124

Closed Abdo-Nabil closed 3 months ago

Abdo-Nabil commented 3 months ago

Hi, I have faced a problem with the package: when setting the 'width' prosperity in any type of the toast, it has no effect at all which causes a problem with large size devices like 10-inch tablets.

I have edited the code for solving the issue and it works now!

Before Editing:   <img src=https://github.com/user-attachments/assets/ac6d4f72-400c-47a1-8b52-088530f3051f width="250" height = "500" alt=Image description>       After Editing:   <img src=https://github.com/user-attachments/assets/d5847311-c42b-4b94-b103-09200e70cd09 width="250" height = "500"/>  

koukibadr commented 3 months ago

@Abdo-Nabil this PR's changes are already made in this PR and it's merged, it's safe to close this PR now

Abdo-Nabil commented 3 months ago

Ok, Thanks