This question may relate both to the Flutter framework itself and to the Android development generally - I don't have enough knowledge in either to find out.
My problem is in updating the demo version of the app I'm developing on my phone. Each time I install the release version of the application using flutter install
command, it first uninstalls the existing one, resulting in loss of data.
Is it possible to preserve this data between installations, without resorting to data backup through adb?