Hi FF community.
I'm not sure if it's a bug... but I find there is a type issue when using byte to assign to a image widget.
I set up a image loading feature and save as local widget. Then I use a image widget to present the uploaded images. settings in the snaps. when I test it and there is a project errors message:
The argument type 'Uint8List' can't be assigned to the parameter type 'String'.
Anyone can help? Will flutterflow team fix this elementary mistakes?
image upload actions setting
Image Widget setting:
codes of the image widget:
the error message like blow