تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 12- Flutter Fade in images with a placeholder (Arabic) ضمن كورس Flutter شرح قناة Code2Start - Mohamed Fathy Taha، الفديو رقم 12 مجانى معتمد اونلاين
When displaying images using the default Image widget, you might notice they simply pop onto the screen as they’re loaded. This might feel visually jarring to your users.
Instead, wouldn’t it be nice to display a placeholder at first, and images would fade in as they’re loaded? Use the FadeInImage widget for exactly this purpose.
FadeInImage works with images of any type: in-memory, local assets, or images from the internet