bizz84 / bizz84/codewithandrea_flutter_packages
EmailPasswordSignInPage should use theme primary color for Sign In button.
- Dominant language
- Dart
- Stars
- 116
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
Currently the EmailPasswordSignInPage uses a FormSubmitButton for the Sign In button UI. However, this does not accept a custom color or a context (in order to use the theme primary color). As a result this widget is not usable when the color indigo does not fit the rest of the UI being presented.
It seems like it would be better to allow a context argument so that the UI can use the parent theme.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate EmailPasswordSignInPage and inspect how it uses FormSubmitButton for the Sign In button. Check the button and its parent theme handling first; done means the page can use the theme primary color through a context argument instead of requiring indigo.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100