After restarting flutter app, the added elements to the list are removed and from UI too
The Problem is that the List elements that the user enters in Textfields are rendered correctly. After App restart, the elements are removed from the List and from UI too. Here is the code: I created a model class with…