-
Notifications
You must be signed in to change notification settings - Fork 0
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] #58/Implementa_onboarding #20
Conversation
Co-authored-by: Yasmin Nascimento <[email protected]>
flutter_01.png
Outdated
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.
acho que essa foto está errada
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.
Errada?
} | ||
|
||
@override | ||
Widget build(BuildContext context) { |
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.
Esse componente está muito grande, quebre ele em componentes menores.
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.
O que vai ser feito:
Componente OnboardingImage: Lidara com a exibição da imagem superior.
Componente OnboardingSteps: Gerenciara a exibição do conteúdo de cada etapa.
Componente NavigationButtons: Renderizara os botões de navegação anterior e próximo.
Componente StartButton: Adicionara o botão "Começar" na última página.
Descrição
Este pull request adiciona/modifica o front-end das telas de onboarding do projeto ARANDU, conforme previsto na issue fga-eps-mds/2024.2-ARANDU-DOC#58. Foram criadas novas páginas de onboarding para guiar o usuário pelo processo de cadastro e apresentação das funcionalidades do app. As alterações incluem a criação de novos componentes gráficos, como imagens e textos, e ajustes na navegação entre as telas do onboarding.
Revisão
Checklist