Search code examples
flutterflutter-webflutter-animationflutter-test

This Argument typr 'File' cant be assigned in this paameter type File


enter image description here

while Image picker, I couldn't solve this error.


Solution

  • Apparently you have imported some unrelated File types from other libraries. To fix this, remove the imports:

    C:\Users\91908\Downloads\ flutter_windows 3.3.9-stable\flutter\bin\cache lpkg \sky_engine\lib\html html_dart2js.dart
    C: Users\91908\Downloads\flutter windows_3.3.9-stable\flutter\bin|cache\pkg\sky_engine Vib\io\file.dart
    

    Now click on the imageFile variable and import the appropriate class.