Quick Action in Flutter怎么设置icon?
Flutter开发,为App(https://jimeiapp.zhangbingdev.com)添加了一个Quick Action功能,桌面快捷菜单,但是这个菜单图标怎么配置呢?quickacti
它不是说了吗?
The optional icon should be the name of the native resource (xcassets on iOS or drawable on Android) that the app will display for the quick action.
以 Android 为例,你要在 drawable 上放一个资源,叫 xxxx.png, 然后flutter 这边写死就这个名字即可