Skip to content

Commit

Permalink
doc: fix gallery images
Browse files Browse the repository at this point in the history
  • Loading branch information
bedirhanssaglam authored Jun 6, 2024
1 parent b68ce3c commit 8b385ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/flutter_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,34 +474,34 @@ MultiRepositoryProvider(
<tr>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-counter">
<img src="https://bloclibrary.dev/assets/gifs/flutter_counter.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_counter.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-infinite-list">
<img src="https://bloclibrary.dev/assets/gifs/flutter_infinite_list.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_infinite_list.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-firebase-login">
<img src="https://bloclibrary.dev/assets/gifs/flutter_firebase_login.gif" width="200" />
<a href="https://bloclibrary.dev/tutorials/flutter-login">
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_firebase_login.gif" width="200" />
</a>
</td>
</tr>
<tr>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/github-search">
<img src="https://bloclibrary.dev/assets/gifs/flutter_github_search.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_github_search.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-weather">
<img src="https://bloclibrary.dev/assets/gifs/flutter_weather.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_weather.gif" width="200"/>
</a>
</td>
<td style="text-align: center">
<a href="https://bloclibrary.dev/tutorials/flutter-todos">
<img src="https://bloclibrary.dev/assets/gifs/flutter_todos.gif" width="200"/>
<img src="https://raw.githubusercontent.com/felangel/bloc/master/assets/examples/flutter_todos.gif" width="200"/>
</a>
</td>
</tr>
Expand Down

0 comments on commit 8b385ea

Please sign in to comment.