Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix image width
  • Loading branch information
K9i-0 authored Jun 1, 2024
1 parent 19c08f7 commit be012c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class SampleScreen extends StatelessWidget {

You can easily customize the appearance of loading and error states using `ThemeExtension`.

<img src="https://raw.githubusercontent.com/K9i-0/riverpod_paging_utils/main/gifs/ui_customization.gif" alt="riverpod_paging_utils_sample" style="width: 33.33%;" >
<img src="https://raw.githubusercontent.com/K9i-0/riverpod_paging_utils/main/gifs/ui_customization.gif" alt="riverpod_paging_utils_sample" width="33%">

For example, if you're using the [loading_animation_widget](https://pub.dev/packages/loading_animation_widget) package, you can set up your code like this:

Expand Down

0 comments on commit be012c5

Please sign in to comment.