flutter render gif code example
Example: how to load gif in flutter
Image.asset(
"images/loading.gif",
height: 125.0,
width: 125.0,
)
Image.asset(
"images/loading.gif",
height: 125.0,
width: 125.0,
)