Skip to content

Commit

Permalink
resolvendo analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoMoraes committed May 20, 2023
1 parent 3694101 commit 81ab7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# academico_mobile
# Acadêmico Mobile


Link do Figma: https://www.figma.com/file/tFLY9uOoiAXYoHrqj7uHiI/Untitled?node-id=0%3A1&t=LloEngcQkWGb6Bna-1

Atividade 01:
- [ ] Instalar Assets (Imagens e Fonts)
- [ ] ThemeData
- [ ] Estilos diferentes de Fonts
- [ ] Preparando Extensions de UI
- [ ] Dotenv
- [ ] RestClient - Dio

- [ ] senha: cddbdabqeujfjluo
- [ ] lembrar do delay na requisição de 2s.

=======
2 changes: 1 addition & 1 deletion lib/academico_mobile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class AcademicoMobile extends StatelessWidget {
'/recover-password': (context) => const RecoverPasswordPage(),
'/school_records': (context) => const SchoolRecordsPage(),
'/request_documents': (context) => const RequestDocumentsPage(),
'/about': (context) => AboutPage(),
'/about': (context) => const AboutPage(),
},
),
);
Expand Down

0 comments on commit 81ab7e3

Please sign in to comment.