I am integrating a Database into my flutter app with sqflite. Since I am a visual understander in terms of problems, I would like to be able to see table contents for debugging.
Is there a possibility to view/read the table contents on the phone via some kind of UI or via debug? I am using visual studio code.