【发布时间】:2022-01-15 02:53:10
【问题描述】:
@override
Widget build(BuildContext context) {
return Container(
padding: const EdgeInsets.only(right: 130, left: 130),
color: Colors.white,
child: const Image(
image: AssetImage('assets/img/loader.gif'),
),
);
}
【问题讨论】:
-
这能回答你的问题吗? how to display animated gif in flutter?
-
出现任何错误?