79389900

Date: 2025-01-27 06:37:57
Score: 2
Natty:
Report link

If you are using flutter_screenutil package add this line in your main.dart file.

`Future main() async {

WidgetsFlutterBinding.ensureInitialized();

await ScreenUtil.ensureScreenSize();// Add this line.

runApp(const MyApp()); }`

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Narendra Rajput