admin管理员组

文章数量:1384246

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?

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?

Share Improve this question asked Mar 18 at 7:54 devmandevman 5126 silver badges27 bronze badges 1
  • Sounds feasible by using the sqflite package you'd also use outside of IDX. Are you encountering any problems? – Frank van Puffelen Commented Mar 18 at 10:49
Add a comment  | 

1 Answer 1

Reset to default 1

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.

本文标签: androidCan SQLite database be used in Flutter mobile app created in Google Project IDXStack Overflow