简体   繁体   中英

How to make flutter mobile app associated to a django webapp?

I have a django webapp , which is a repository for alumni. Users can sign up using the extended user model and fill-in multiple fields. Then there is a detail page for each user that shows their respective data. All this is built using function based views . This bit is fine. But I also want to make its corresponding mobile apps for android and ios hopefully in flutter otherwise react native . My question is, should I host this as it is, or there are some basic things that I already need in the code so I can make a REST API and connect mobile apps later? I don't really have any knowledge about mobile apps and connecting django's REST API? So please guide me in this regard. Thanks:)

There two ways to do it based in my knowldge:

1- using flutter web view in packages website only pick the best pkg for you.

2-or using HTTPS req by http pkg and make sure you have get and post in your backend like flask in paython or laraval php.

I hope I answred your question:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM