Flutter dart .. When I install the APK in different screens it's looking ugly in some screens the texts and the buttons it's not fitting perfectly to all the screens .
How can I overcome this problem in flutter..
Flutter dart .. When I install the APK in different screens it's looking ugly in some screens the texts and the buttons it's not fitting perfectly to all the screens .
How can I overcome this problem in flutter..
Flutter gives you the tools to accomplish what you want. It gives you MediaQuery object, that you cant get the screen height and width in pixels and use it to display the widgets using this info, it also gives you great widgets as Expanded, Flexible, etc.
The HOW to do this is a wider question and it takes a bit of experience