Substituir RaisedButton por PenhasButton na página sign_up_page #272
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: Substituição de
RaisedButton
porPenhasButton
na Página de CadastroDescrição
Este pull request realiza a substituição dos botões
RaisedButton
por componentesPenhasButton
na página de cadastro (sign_up_page.dart
). O objetivo é atualizar os botões para alinhar o projeto ao novo sistema de design e melhorar a consistência visual.Alterações Realizadas:
Substituição dos Botões:
RaisedButton
paraPenhasButton.text
.RaisedButton
paraPenhasButton.roundedFilled
.Remoção de Propriedades Obsoletas:
elevation
,padding
ecolor
foram removidas dos botões, pois são tratadas internamente pelo componentePenhasButton
.Alteração no Teste de Imagem:
sign_up_step_1_page.png
para refletir as mudanças no layout dos botões.Arquivos Alterados:
lib/app/features/authentication/presentation/sign_in/sign_up/sign_up_page.dart
test/app/features/authentication/presentation/sign_in/sign_up/goldens/ci/sign_up_step_1_page.png
Benefícios:
PenhasButton
traz uma aparência mais moderna e consistente para os botões da página de cadastro.Como Testar:
Notas:
Antes:
Depois: