I want to create an flutter app that will work offline. I have stored data in an SQLite database using SQLite plugin. Is it possible to access SQLite db data offline, from an APK using Flutter in Android Studio?
Asked
Active
Viewed 252 times
1 Answers
-1
if you initialize it with some tables or rows yes ofcourse using DB Sqlite Browser

Ramy Makram
- 13
- 1
- 7
-
Okay.so someone could steal data from apk easily?Thanks for responding. – Satyabrat Padhy Jul 04 '20 at 05:33
-
no, there will be os level constraints, it is hard to read Whatsapp database on the devices and that tells me that os level constraints apply to every app – Yadu Jul 04 '20 at 05:56
-
Data fetched from sqlite is visible in emulator.But when i install the apk in my mobile, its displaying blank? – Satyabrat Padhy Sep 17 '20 at 17:34