You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick implementation of a SizeConfig class that allows you to display the UI in a grid, helping it to scale good among different devices, with different screen sizes.
Flutter - Effectively scale UI according to different screen sizes
This is a companion GitHub page to the article available on Medium in the Flutter Community publication.
It contains all the code covered in tha above mentioned article.
A quick implementation of a SizeConfig class that allows you to display the UI in a grid, helping it to scale good among different devices, with different screen sizes.