@@ -262,8 +262,8 @@ class _HomePageState extends State<HomePage> {
262
262
crossAxisAlignment: CrossAxisAlignment .center,
263
263
children: [
264
264
SizedBox (
265
- height: 300 ,
266
- width: 300 ,
265
+ height: 350 ,
266
+ width: 350 ,
267
267
child: Padding (
268
268
padding: const EdgeInsets .all (100 ),
269
269
child: Lottie .asset (
@@ -296,7 +296,7 @@ class _HomePageState extends State<HomePage> {
296
296
MediaQuery .of (context).size.width * 0.9 ,
297
297
child: FadeInImage (
298
298
placeholder: const AssetImage (
299
- 'assets/images/Ai.webp ' ),
299
+ 'assets/images/image_found.png ' ),
300
300
image: MemoryImage (image),
301
301
fit: BoxFit .contain,
302
302
),
@@ -436,7 +436,7 @@ class _HomePageState extends State<HomePage> {
436
436
MediaQuery .of (context).size.height * 0.7 ,
437
437
child: FadeInImage (
438
438
placeholder: const AssetImage (
439
- 'assets/images/Ai.webp ' ),
439
+ 'assets/images/image_found.png ' ),
440
440
image: MemoryImage (image),
441
441
fit: BoxFit .contain,
442
442
),
@@ -517,7 +517,7 @@ class _HomePageState extends State<HomePage> {
517
517
MediaQuery .of (context).size.height * 0.7 ,
518
518
child: FadeInImage (
519
519
placeholder: const AssetImage (
520
- 'assets/images/Ai.webp ' ),
520
+ 'assets/images/image_found.png ' ),
521
521
image: MemoryImage (image),
522
522
fit: BoxFit .contain,
523
523
),
@@ -535,7 +535,7 @@ class _HomePageState extends State<HomePage> {
535
535
MediaQuery .of (context).size.width * 0.9 ,
536
536
child: FadeInImage (
537
537
placeholder: const AssetImage (
538
- 'assets/images/Ai.webp ' ),
538
+ 'assets/images/image_found.png ' ),
539
539
image: MemoryImage (image),
540
540
fit: BoxFit .contain,
541
541
),
@@ -617,7 +617,7 @@ class _HomePageState extends State<HomePage> {
617
617
child: Padding (
618
618
padding: const EdgeInsets .all (50.0 ),
619
619
child: Text (
620
- "${translation (context ).failed } . ${translation (context ).noResultFound }" ,
620
+ "${translation (context ).failed }. ${translation (context ).noResultFound }" ,
621
621
style: const TextStyle (
622
622
fontWeight: FontWeight .bold,
623
623
fontSize: 20 ,
0 commit comments