0

My multi-platform flutter app should store data with a timestamp when exactly the data was lastly modified.

My idea was to store the data in files, because of the File.lastModified property. However it is not possible to store files on web without nasty workarounds.

Are there any other lightweight ways to store data and know when the data was modified?

Bobin
  • 278
  • 5
  • 15

0 Answers0