I'm a freelance full-stack developer and i always used Django + Flutter for mobile app. Nice video! Just one thing, you should talk about django authentication.
@zamirsznАй бұрын
dont you use djoser ?
@lukmanalghdamsi3189Ай бұрын
you did in half an hour what others can't in whole Playlist. that is gigachad level of professionalism
@puranchandpanda9671Ай бұрын
मैं बहुत खुश हूँ कुछ नया नया video अलग अलग idea बनाते हैं on new technologies. वर्ना ज्यादातर KZbin में पुराना video अभी उतना काम का नहीं है
@FOCLIFE-g5xАй бұрын
Nice tutorial, please make more videos
@flutterguysАй бұрын
The master is back, You are making a difference, Good luck man ✌🔥
@FlutterMappАй бұрын
Yooooo thank you, it mean a lot from you guys 💪
@Asafo-AdjeiJensenKwekuSedemАй бұрын
A lifesaver man. Just got a gig with django. This will be a big help.☺
@rida_brahimАй бұрын
For the API you can use Django without the Django rest framework, Django gives you multiple ways to serve a JSON response
@FlutterMappАй бұрын
Nice to know, thanks!
@jhonatancruz720Ай бұрын
I was learning flutter, and this tutorial with django it's what, i was looking for, could you upload the code ?
@pedrovic12Ай бұрын
Very good bro! Some sugest: How to upload files to db with HTTP post, using images in bytes to the server? Like! Thanks for the tutorial!
@FlutterMappАй бұрын
You could probably use the db.sqllite3 in the django project. As for how to upload the bytes to the database, you could probably find this on KZbin 🔥
@sanjithrathinavelan4081Ай бұрын
Can you provide full stack application with flutter,dart for server side javascript,node.js
@LoChanNelSyberАй бұрын
Nice video, good work 👍 Could you compare to FastAPI as a back-end API ?
@hasibulalamprionto2010Ай бұрын
Thanks for this tutorial!! It helped a lot!!
@FlutterMappАй бұрын
You're welcome!
@Quand101Ай бұрын
Thank u .this is what I’m looking for
@FlutterMappАй бұрын
You’re welcome 😊
@0wzZZzz617 күн бұрын
Thank you for this. really help in improving my flutter skills. Please include the project code, I am really interested on this. 😉🙇♂
@eliuddynАй бұрын
Amazing 🔥🔥
@FlutterMappАй бұрын
Thanks 🔥
@arozendojrАй бұрын
What would be the best approach, planning for projects that want to have the same visual identity for Android and iOS with Flutter?
@FlutterMappАй бұрын
Best approach about learning Flutter?
@arozendojrАй бұрын
@@FlutterMapp Ok, but do all flutter components on android and iOS look the same? Are the Android and iOS flutter looks the same?
@FlutterMappАй бұрын
Yess! you build once with Flutter, and both ios and android apps will look the same.
@dfrfrfrАй бұрын
@@arozendojr It’s your choice. In Flutter You can use the Android theme on Android and the iOS theme on iOS, or only the Android theme in both Android and iOS, or only the iOS theme in both Android and iOS.
@abdullatifabduАй бұрын
Nice, we hope you wont stop there
@FlutterMappАй бұрын
Thank you!
@leoe.r.7338Ай бұрын
I use it with flutter but I use Django Ninja instead of Rest Framework