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
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.