-
Notifications
You must be signed in to change notification settings - Fork 532
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
feat:Bearer token #632
feat:Bearer token #632
Conversation
|
children: [ | ||
Padding( | ||
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 10), | ||
child: EnvFieldTokenData( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value entered in EnvFieldTokenData
disappears on rebuilds.
You haven't supplied an initial value to the field.
The current implementation has an issue as pointed out by @DenserMeerkat |
PR Description
Add your description
Related Issues
Checklist
main
branch before making this PRflutter upgrade
and verify)flutter test
) and all tests are passingAdded/updated tests?
We encourage you to add relevant test cases.
OS on which you have developed and tested the feature?