nityanandagohain / in-time

A mobile app in flutter
20 stars 28 forks source link

Make the variable "activityList" a global instance. #57

Open nityanandagohain opened 5 years ago

nityanandagohain commented 5 years ago

So after adding a activity when we add a new activity the previous ones are lost. Make activity list a global variable so that it's data is not lost when new instance of "enterTimeTable" is created.