Duplicate keys found.
If multiple keyed widgets exist as children of another widget, they must have unique keys.
Stack(alignment: AlignmentDirectional.topStart, fit: loose) has multiple children with key [<0>].
The app crashes, i don’t have access to user devices, but seems to be on most of the users device the app crashes.
Was hoping that the issue happens rarely. But now the app is not starting while debugging, no change to code, was working and now is not working.
ChatGPT :
If you’re using a ListView.builder, GridView.builder, or similar, ensure that each item in the list has a unique key. And no more
On stackoverflow wasnt able to find solutions, try catch any solution from crashing.
Is flutter not that tool which can deal with small – middle apps. Only able to print hello world and just showing simple pages
Is there are a reason to code app in native to avoid unexpected crashes errors issues. Does any body was able to fix the error?
1