Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 930 Bytes

flutter_flask

A new Flutter Demo App.

Description

A flutter app that connects to python flask server which is hosted on localhost http://127.0.0.1:5000 to authenticate user for this flutter app.

I have tried to code FlaskbaseAuth class here like firebase_auth package has FirebaseAuth for firebase authenctication.

See documentation.

Screen records

Sign In Page

signupdemo

Log In Page

logindemo

Screenshot

Python flask code

Screenshot (6)