You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing the below error at compilation for web. Below are the details. pls let me know if any more info is needed.
Error
: Error: The argument type 'File/*1*/' can't be assigned to the parameter type 'File/*2*/'.
lib/main.dart:8
- 'File/*1*/' is from 'package:universal_io/src/io/file.dart' ('/home/ravi/snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/universal_io-2.0.4/lib/src/io/file.dart').
package:universal_io/…/io/file.dart:1
- 'File/*2*/' is from 'dart:io'.
VideoPlayerController.file(File('a non existent file'));
^
Failed to compile application.
Seeing the below error at compilation for web. Below are the details. pls let me know if any more info is needed.
Error
Minimal code to recreate the issue
flutter doctor -v
pubspec dependencies
The text was updated successfully, but these errors were encountered: