HelloMnist
HelloMnist copied to clipboard
Error in Upload_page.dart
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