Closed Muhab2001 closed 2 years ago
Hi and thank you for creating this issue. This is something that will be fixed in the later chapters if you continue watching so please let me know if at the end of the course you're still seeing this issue.
I apologize for getting ahead of myself😅.
I did reach the fix in step-17.
More power to you my Vandad
Thank you for your engagement in the course. Keep going, great progress
I found a problem in the following snippet of your amazing flutter course in step-15 at
notes_service.dart
The result of this problem only prevails upon hot restart/reload of the app, as all the list elements will get the same value as the last created note due to that issue.
I fixed the problem in my codebase by specifying the exact id of the updated note, and the problem no longer persists
The fix
Regards