最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Can SQLite database be used in Flutter mobile app created in Google Project IDX? - Stack Overflow

programmeradmin3浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论