Y
Y
YanSao2020-12-07 05:46:38
Mobile development
YanSao, 2020-12-07 05:46:38

How to make an application on flutter with a backend from the site?

Let's say there is a forum site with a flask backend (possibly django as well), it doesn't matter. The question is how to make an application for this site on flutter, I have an idea, only how to make an application right away with a new backend, and not take the database and backend from the site. An example of this: VK, YouTube, all sorts of online stores. They have both a website and applications, I don’t understand how to connect at all.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2020-12-07
@sergey-gornostaev

VK and YouTube have a separate website and a separate API for the mobile application. It also happens that the backend provides only an API that is equally used by both the frontend and the mobile application. So the answer to your question depends on how the backend of your site is made.

S
sergemoskalenko, 2020-12-09
@sergemoskalenko

Most likely, an API should be written for your site. Perhaps there are ready-made plugins if the standard platform was used.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question