I have a short sample flutter/dart source code from one of the blogs that saves the to do data in hivedb. I can see that if i install the apk on my android device and enter few records, they show up even if i restart the device. However, when i try the same code and run on the Chrome, everytime i run it, the data i've previously saved is gone.
is this normal? I really like using hiveDB as a simple database using flutter. is there a way to save the data in browser's local storage with hivedb? I would like to create a PWA using flutter in the future.
Thank you,