DEV Community

Flutter signup/login application with Django backend #3

Amartya Gaur on April 20, 2020

What this post is about In the previous two posts, I made an API in Django with the help of DRF (please read them: post #1, post #2 befo...
Collapse
 
juehuayou profile image
JuehuaYou

Hi Amartya, thank you for your sharing!
I want to ask you about the signup bloc. I dont know how to start it. I am confused.
I want to display a mobile signup form which link to bloc and django rest api.

Thanks.

Collapse
 
amartyadev profile image
Amartya Gaur

Please refer: github.com/amartya-dev/covid-19-cr... for more details on the signup implementation. I have made the same there. To be specific: github.com/amartya-dev/covid-19-cr... is the code used for registration. Hope it helps :)

Collapse
 
juehuayou profile image
JuehuaYou

Thx q !

Collapse
 
servo97 profile image
Servo97

Hi Amartya, if I'm using PostgreSQL for my Django backend instead of SQLite, will it still work? Do I need to change anything?

Collapse
 
amartyadev profile image
Amartya Gaur

Yes it will still work

Collapse
 
servo97 profile image
Servo97

Thanks! Your series is really helpful!

Thread Thread
 
amartyadev profile image
Amartya Gaur

Glad that you liked it !! Do star the repo if you found it helpful :)

Collapse
 
muhammadsuhaib profile image
Muhammad Suhaib

Hello Amartya Gaur,

Thank you for sharing the project details. I am currently working on my Final Year Project and have a basic understanding of Django. I need guidance on how to develop a complete project using Flutter and Django.

Collapse
 
crmatt9 profile image
Cristian Matas • Edited

Hello Amartya,
First of all thanks for this great serie, it was very useful for me.
I wanted to ask you how would you manage the changes of pwd from the users.
Thanks

Collapse
 
amartyadev profile image
Amartya Gaur

You would need to add that in the api and also as a form / bloc in the flutter app

Collapse
 
tyaga001 profile image
Ankur Tyagi

Nice post.

Collapse
 
indiafoxtrot profile image
indiafoxtrot

Thanks a lot buddy you have helped me a lot to implement my sign in page !!!