A simple implementation of local authorization and remembering user data

0 0

Splash_and_login_app

A pretty simple implementation of local authorization and remembering user data.

App screens:

  • Splash screen – the first screen that is shown for 3 seconds after default native splash screen.

  • Login screen – the second screen that is shown after splash screen if the user hasn’t been authorized with ‘remember me’ checkbox yet.

  • Congrats screen – the third screen that is shown after successful authorization on login screen or after splash screen if the user has already been authorized with ‘remember me’ checkbox.

Packages

The state of checkbox ‘remember me’ is written and passed to splash screen using shared_preferences package.

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior A simple Electron application using NodeJS with Flutter Web and Dart
Entrada siguiente Note Taking App made in Flutter with Sqlite database