HelloMnist icon indicating copy to clipboard operation
HelloMnist copied to clipboard

Error in Upload_page.dart

Open leminhds opened this issue 3 years ago • 1 comments

The line image: digit == -1 ? AssetImage('assets/white_background.jpg') : FileImage(File(image.path)), isn't accepted

with the error message: The argument type 'Object' can't be assigned to the parameter type.

The error above happened when "digit == -1?" was introduced

leminhds avatar Jul 13 '21 03:07 leminhds