How to parse a complex dynamic JSON, store it in the local db and display the data in flutter?
So what I am trying to do is that I am trying to call the API and upon the successful call of the API I want to insert the response in the local db and then later query the db…