Search code examples
flutterflutter-dependenciesflutter-animationflutter-test

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


Solution

  • The problem is with your flutter_screenutil, try to update to newest version(flutter_screenutil: ^5.8.3)

    Then delete packages

    flutter pub clean
    

    Get packages

    flutter pub get
    

    Maybe you should restart vs code too