Skip to content

Commit

Permalink
replace screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
andannn committed Jul 11, 2024
1 parent 905b9bd commit 8871d5d
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
An unofficial client for [AniList](https://anilist.co/home).

<p float="left">
<img src="screen_shots/home_page.jpeg" width="25%" />
<img src="screen_shots/track_list.jpeg" width="25%" />
<img src="screen_shots/voice_actor.jpeg" width="25%" />
<img src="screen_shots/home_page.png" width="25%" />
<img src="screen_shots/track_list.png" width="25%" />
<img src="screen_shots/voice_actor.png" width="25%" />
<img src="screen_shots/profile.jpeg" width="25%" />
<img src="screen_shots/character.jpeg" width="25%" />
<img src="screen_shots/anime.jpeg" width="25%" />
<img src="screen_shots/character.png" width="25%" />
<img src="screen_shots/anime.png" width="25%" />
</p>

## Feature
Expand Down
2 changes: 1 addition & 1 deletion lib/feature/aniflow_home/ani_flow_home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class _AniFlowAppScaffoldState extends State<AniFlowAppScaffold>
.toList(),
onDestinationSelected: (index) {
if (currentIndex != index) {
onNavigateToDestination(TopLevelNavigation.values[index]);
onNavigateToDestination(_topLevelNavigationList[index]);
}
},
selectedIndex: currentIndex,
Expand Down
Binary file removed screen_shots/anime.jpeg
Binary file not shown.
Binary file added screen_shots/anime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screen_shots/character.jpeg
Binary file not shown.
Binary file added screen_shots/character.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screen_shots/home_page.jpeg
Binary file not shown.
Binary file added screen_shots/home_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screen_shots/track_list.jpeg
Binary file not shown.
Binary file added screen_shots/track_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screen_shots/voice_actor.jpeg
Binary file not shown.
Binary file added screen_shots/voice_actor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8871d5d

Please sign in to comment.