Skip to content

Commit

Permalink
Merge pull request #10 from koji-1009/revert-9-chore/change_api
Browse files Browse the repository at this point in the history
Revert "chore: change test api"
  • Loading branch information
koji-1009 authored Dec 21, 2023
2 parents 005f96a + 65c1ef3 commit 4688803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HomePage extends StatelessWidget {
width: 200,
height: 200,
child: TaroWidget(
url: 'https://cat-pics-api.web.app/cat/image_${'$index'.padLeft(3, '0')}.webp',
url: 'https://picsum.photos/id/$index/100/100',
builder: (context, url, imageProvider, type) {
log('Image $index loaded from $type');
return Image(
Expand Down

0 comments on commit 4688803

Please sign in to comment.