I am trying to make flutter application with specific data storage requirements:
So i am looking for plugin/custom solution that can prevent any data changes on device backup's or other system cases.
Is it possible to make application data invisible for system backup?
Can i use shared preferences/ or i'd better pick another plugin?
Thanks!
using shared preferences as too much has system overhead, so i recommend to you for using another table on you local storage for deleting record from anywhere of you app.