VaibhavCodeClub / learn

Learning app for kids
MIT License
80 stars 79 forks source link

Solved the issue of overflow in app drawer and about page #131

Closed Ashish-1020 closed 1 month ago

Ashish-1020 commented 1 month ago

I have used 'SingleChildScrollView' ,the content can now be scrolled if it exceeds the available screen space. And to remove overflow issue of about page I have reduced the padding of column from 16.0 t0 10.0 .

https://github.com/VaibhavCodeClub/learn/assets/161131072/141dc8b0-170e-4150-9f3c-893360d532ef

Screenshot 2024-05-22 121902 Screenshot 2024-05-22 121918

Screenshot 2024-05-22 121933