Skip to content

Commit 960e22c

Browse files
docs(core): add screenshots
1 parent 46caaad commit 960e22c

9 files changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ npm install
4343
Antes de executar o projeto, execute os comandos
4444

4545
```bash
46-
flutter clean
47-
flutter pub get
46+
nx run flutter-suflex:clean
4847
```
4948

5049
Para iniciar o aplicativo em desenvolvimento, execute o comando
@@ -139,4 +138,20 @@ Através do comando `nx graph`, é possível visualizar as dependências de qual
139138
| ----- | ----- | ----- |
140139
| ![image](https://user-images.githubusercontent.com/8883746/197504751-403e6177-11b8-40f0-af10-0b6764d34c2d.png) | ![image](https://user-images.githubusercontent.com/8883746/197505259-e09371ce-966b-4f53-8ed3-a55422ba4397.png) | ![image](https://user-images.githubusercontent.com/8883746/197505393-879f09fc-b37a-469c-ad57-e1dc9cd9e97b.png) |
141140

142-
## Capturas de tela
141+
## Capturas de tela
142+
143+
| Personagens | Busca |
144+
| ----------- | ----- |
145+
| ![image](./_screenshots/01.personagens.jpeg) | ![image](./_screenshots/02.busca.jpeg) |
146+
147+
| Detalhe/Informações | Detalhe/Episódios |
148+
| ------------------- | ----------------- |
149+
| ![image](./_screenshots/03.detalhe-informacoes.jpeg) | ![image](./_screenshots/03.detalhe-episodios.jpeg) |
150+
151+
| Episódio/Informações | Episódio/Personagens |
152+
| -------------------- | -------------------- |
153+
| ![image](./_screenshots/04.episodio-informacoes.jpeg) | ![image](./_screenshots/04.episodio-personagens.jpeg) |
154+
155+
| Filtros | Favoritos |
156+
| -------------------- | -------------------- |
157+
| ![image](./_screenshots/05.filtros.jpeg) | ![image](./_screenshots/06.favoritos.jpeg) |

_screenshots/01.personagens.jpeg

40 KB
Loading

_screenshots/02.busca.jpeg

38.6 KB
Loading
48.6 KB
Loading
45.5 KB
Loading
28.1 KB
Loading
35.8 KB
Loading

_screenshots/05.filtros.jpeg

34.1 KB
Loading

_screenshots/06.favoritos.jpeg

34.7 KB
Loading

0 commit comments

Comments
 (0)