小编siv*_*cky的帖子

是否可以使用 flutter windows 应用程序创建桌面小部件?

**嗨,我是 Flutter 桌面应用程序的新手。我正在尝试创建如下图所示的桌面小部件。我在互联网上搜索并没有找到任何结果。谁能帮我?提前致谢。

文本 **

flutter flutter-desktop flutter-windows

5
推荐指数
1
解决办法
406
查看次数

错误:包com.bumptech.glide.request.animation不存在

我在以下软件包中添加了应用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不存在

有人面对这样吗?

android android-glide

2
推荐指数
1
解决办法
2805
查看次数