Notes on Building a Meditation App (Day 6)
Additional Information Flutterflow team recently released some exceptional videos to help with the UI problems that I am currently facing. These problems include: I am creating for one set screen and in reality the app will be used in multiple devices of varied sizes. A common guide for getting a size reference is available on android developer guide. Even though the size that I have chosen makes sense, still due to faulty layout configuration negative spaces/gaps will get affected if the screen size deviates from the standard one. ...