tamr

Results 3 comments of tamr

i had same issue my text all despaired after i close and open the release mode

void main() async { // Add this line await ScreenUtil.ensureScreenSize(); // adding this line solved my problem runApp(MyApp()); } ...

Yes, there can be an issue if you directly use pixel (px) values from your Figma design in a Flutter app, where sizes are in density-independent pixels (dp). Here’s why:...