Skip to content

Commit

Permalink
Revert "chore: change test api"
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 authored Dec 21, 2023
1 parent 005f96a commit 65c1ef3
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 65c1ef3

Please sign in to comment.