Home > Software engineering >  How to see created database and table android studio flutter
How to see created database and table android studio flutter

Time:04-18

I have created a database in flutter using SQFLite. I have created a table and inserted some values in it. I wanna see all those data and tables how to do that I am using android studio.

CodePudding user response:

Please try it:

https://www.codaffection.com/flutter-article/view-sqlite-db-in-flutter-application/

Have a any issue?

Please Ask me.

  • Related