:/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
Was facing the same issue. Running
flutter pub upgradeandflutter pub outdatedin the terminal in the root folder of the project worked.