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
1 Answer
Reset to default 1Yes, 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
版权声明:本文标题:android - Can SQLite database be used in Flutter mobile app created in Google Project IDX? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744516900a2610218.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论