Flutter Tips: How to avoid blinking of images when they are loaded for the first time
The problem In this small post I will show you how to avoid 'blinking images' when they are loaded into AssetImage widget for the first time. In Flutter I use Hero Widget for cross widget animations. When the user navigates to another view I want...
Jun 20, 20194.9K