Flutter help needed – "Exception has occurred. FlutterError (setState() or markNeedsBuild() called during build…"
I'm trying to build a Flutter app and I'm stuck on trying to dynamically update the quantity numbers of items in a list. I am reading locally from a json file which I then save to list in MyAppState. The…