I have searched but in vain for an answer to the question: Using sqflite and Flutter is it possible to create a central database which can be accessed by several different Flutter apps? Any suggestion appreciated!
Asked
Active
Viewed 227 times
2 Answers
0
In the case of Android, it is possible with a configuration in the manifest. Share SQLite database between 2 android apps?
But in iOS, every app runs in a sandbox. Then, the same code won't run in both platforms.

Frank Moreno
- 304
- 1
- 7
-
Thank you for the help! – sigjak Jan 11 '21 at 16:30