-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Password Unlock Screen Using fluent_ui
Package
#41
Comments
📊 Current Status:Progress: 0%
🚧 Challenges/Blockers:
🛤️ Next Steps:
❓ Questions/Requests:
|
The master password is set by the user during the initial setup to enhance wallet security. After the initial setup, if a password has been configured for the wallet, the client must display a password input screen at startup. Once the password is entered, the GUI client should launch the pactus-daemon service as a subprocess using the provided password. If the password is incorrect or an error occurs, display an error message and prompt the user to re-enter the password. |
Overview
Feature Description
This feature provides a simple screen for users to enter their password in order to unlock access to the next step in the app. The screen includes a password text form field and a button labeled "Unlocked" that triggers the authentication process. For the development of this feature, the
fluent_ui
package in Flutter will be used.Design Reference
Figma Design:
Link to Figma Design / Password Screen (Light Mode)
Link to Figma Design / Password Screen (Dark Mode)
Screenshot : Password Screen (Light Mode) 🖼️
Screenshot : Password Screen (Dark Mode) 🖼️
The text was updated successfully, but these errors were encountered: