-1

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?

Waldi
  • 39,242
  • 6
  • 30
  • 78
  • I think you are looking for something like [this](https://stackoverflow.com/questions/17529766/view-contents-of-database-file-in-android-studio). – Frederick Jul 03 '20 at 19:17

1 Answers1

-1

if you initialize it with some tables or rows yes ofcourse using DB Sqlite Browser

Ramy Makram
  • 13
  • 1
  • 7