Flutter example app: use flutter_bloc (cubit) to manage state.
Author: Vịnh Ngô Email: kieuphong2840@gmail.com
Ui design free by: https://ui8.net/mohit-panchal/products/mobile-app-login-ui
Set up core struct: https://github.com/1712916/flutter_sample_app
This repository implements a simple authentication app with two main functions.
- Login
- Register
- Login
- handle input text (format text)
- handle validate
- save login state to sharedReferences
- Register
- similar like Login function