LabN36 / cashbook

simple cash management app written in flutter(inspired by khatabook's cashbook product)
Apache License 2.0
0 stars 0 forks source link

define place where you can call data sync in app #5

Open LabN36 opened 3 years ago

LabN36 commented 3 years ago

to sync data to cloud we'd have to sync the database to the server. there are couple of places you can call(on app restart, on app resume, network changes) but it should be rock solid and make sure it doesn't call multiple times.