what is correct way for flutter to make mobile apps responsive
Whenever i develop UI, i choose a perticular device (some pixel…) and design accordingly but whenever i send it to testing, it comes out that items are mis-aligned, sized box for spacing looks good for this device
, but doesn't work with another device
, also font sizes also make a diffrence, small screen and a fixed font size is annoying. also for simple things such as Login page
, i sometimes have to use SingleChildScrollView
.