abuanwar072 / Flutter-Responsive-Admin-Panel-or-Dashboard

Responsive Admin Panel or Dashboard using Flutter
https://youtu.be/_uOgXpEHNbc
MIT License
6.61k stars 1.87k forks source link

FileInfoCard Overflow Fix for Small Screens #24

Open akcauser opened 3 years ago

akcauser commented 3 years ago

FileInfoCard overflow fixed, new condition added to child aspect ratio. When 350<screenWidth<650, card aspect ratio 1.3, in other cases aspect ratio 1 like square.

akcauser commented 3 years ago

https://github.com/abuanwar072/Flutter-Responsive-Admin-Panel-or-Dashboard/issues/15

Issue fixed in this branch.