Browse Source

فیکس لودینگ

pull/60/head
AmirrezaChegini 1 week ago
parent
commit
9985ce6f1b
  1. 4
      lib/core/widgets/dialog/reward_dialog.dart

4
lib/core/widgets/dialog/reward_dialog.dart

@ -89,6 +89,10 @@ class RewardDialog extends StatelessWidget {
children: [ children: [
Image.network( Image.network(
prize.imageURL ?? '', prize.imageURL ?? '',
loadingBuilder: (context, child, loadingProgress) => const SizedBox(
height: 300,
width: 300,
),
fit: BoxFit.cover, fit: BoxFit.cover,
), ),
const MyImage( const MyImage(

Loading…
Cancel
Save