I have created a demo Flutter mobile app using SQLite db in my local environment.
I am trying to use Google Project IDX instead of my local environment for further development of my demo Flutter mobile app.
Is it possible to use SQLite DB in Google Project IDX?
Yes, you can use SQLite in Google Project IDX for your Flutter app. The IDX environment doesn't affect the local SQLite database on the device, so your workflow for using SQLite remains the same as in your local environment.