I define a square like following: Center(child: Container(width: 100, height: 100, color: Colors.red));
I test it on three handsets: Xiaomi MI 10, Xiaomi MI 6, and iPhone 6S.
on MI 10 and MI 6, the square size looks just the same. but on iPhone 6S, the square looks obviously smaller than MI 10 and MI 6. so the question is: How can I get the same screen size square on Android and IOS?