Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

screen_util.dart:58:5: Error: 'FlutterWindow' isn't a type. FlutterWindow? window,

:/Users/afaqz/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_screenutil-5.6.0/lib/src/screen_util.dart:58:5: Error: Type 'FlutterWindow' not found. FlutterWindow? window, ^^^^^^^^^^^^^ /C:/Users/afaqz/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_screenutil-5.6.0/lib/src/screen_util.dart:58:5: Error: 'FlutterWindow' isn't a type. FlutterWindow? window, ^^^^^^^^^^^^^ show this massage when i upgrade the flutter dont know what to do?

i try alot but how to fix this problen no find any where

like image 880
Afaq Zahir Avatar asked Oct 22 '25 04:10

Afaq Zahir


1 Answers

Was facing the same issue. Running flutter pub upgrade and flutter pub outdated in the terminal in the root folder of the project worked.

like image 74
kandy kane Avatar answered Oct 27 '25 08:10

kandy kane