1

I want data to be persistence. I want the state to be same from where I left off before closing the app. Is there a way to achieve this in flutter?

Basit
  • 33
  • 4

1 Answers1

2

I dont know this is the right solution for this, but maybe you can save the last pages path to sharedpreferences every time user navigates to a page, then when your app is opening, read the last page from shared preferences and navigate to that page.

batuhand
  • 475
  • 3
  • 11