Run this command:
Read moreHow do I view SQLite database in flutter?
Connect to the SQLite DB this tool will be there inside the platform-tools folder in your android SDK path. SDK path will be shown in android studio > sdk manager. Now navigate inside the sdk location and then inside the platform-tools folder. where you could see adb.exe.
Read more