How to connect flutter with MongoDB

后端 未结 3 2024
慢半拍i
慢半拍i 2020-12-21 15:25

I have a website build with node js and MongoDB and I want to create a mobile app with flutter and I don\'t know how to connect flutter with MongoDB.

give me some co

3条回答
  •  天命终不由人
    2020-12-21 16:08

    Answer by Sandeep Krishna is correct but if you already have a Nodejs backend then expose REST API and connect with Flutter using http, dio or other similar packages. As connecting frontend directly to database is bad. Its just a advice.

提交回复
热议问题