**嗨,我是 Flutter 桌面应用程序的新手。我正在尝试创建如下图所示的桌面小部件。我在互联网上搜索并没有找到任何结果。谁能帮我?提前致谢。
**
我在以下软件包中添加了应用gradle软件包:
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:glide:4.8.0'
Run Code Online (Sandbox Code Playgroud)
但是在运行时出现以下错误:
错误:包com.bumptech.glide.request.animation不存在
有人面对这样吗?