简体   繁体   中英

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

This error is most likely caused by a version mismatch or a missing dependency.

You can try checking the dependencies in your project, and make sure that all packages are up to date. you are use a package flutter_screenutil, you can check the documentation for the version that you are using and make sure that it is compatible with the version of flutter you are using.

If the problem persists, you can try removing the package and then adding it again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM