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
I just cloned the repo and got the following error:
../../../.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.4.1/lib/src/types/pic
ked_file/html.dart:29:27: Error: The method 'UnmodifiableUint8ListView' isn't defined for
the class 'PickedFile'.
'PickedFile' is from
'package:image_picker_platform_interface/src/types/picked_file/html.dart'
('../../../.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.4.1/lib/src/types/
picked_file/html.dart').
Try correcting the name to the name of an existing method, or defining a method named
'UnmodifiableUint8ListView'.
return Future.value(UnmodifiableUint8ListView(_initBytes!));
I just cloned the repo and got the following error:
../../../.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.4.1/lib/src/types/pic
ked_file/html.dart:29:27: Error: The method 'UnmodifiableUint8ListView' isn't defined for
the class 'PickedFile'.
'PickedFile' is from
'package:image_picker_platform_interface/src/types/picked_file/html.dart'
('../../../.pub-cache/hosted/pub.dev/image_picker_platform_interface-2.4.1/lib/src/types/
picked_file/html.dart').
Try correcting the name to the name of an existing method, or defining a method named
'UnmodifiableUint8ListView'.
return Future.value(UnmodifiableUint8ListView(_initBytes!));
Here is my version info:
~$ flutter --version
Flutter 3.24.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2663184aa7 (2 weeks ago) • 2024-09-11 16:27:48 -0500
Engine • revision 36335019a8
Tools • Dart 3.5.3 • DevTools 2.37.3
The text was updated successfully, but these errors were encountered: