79228056

Date: 2024-11-26 19:48:36
Score: 0.5
Natty:
Report link

The image is declared inside build function, so it is a local variable and is reset in the rebuild. It should be a property of the State instead.

File? image;
Widget build(BuildContext context) {

Future pick() async {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PurplePolyhedron