Place your gif in your images folder of your project and mention it in pubspec.yaml file,just like you do for images.
Image.asset(
"images/loading.gif",
height: 125.0,
width: 125.0,
),
Place your gif in your images folder of your project and mention it in pubspec.yaml file,just like you do for images.
Image.asset(
"images/loading.gif",
height: 125.0,
width: 125.0,
),