LiJianying

Results 65 comments of LiJianying

This can be achieved using tray_manager + window_manager, these two plugins support both windows, macos and linux. https://github.com/leanflutter/tray_manager https://github.com/leanflutter/window_manager

我开发了一个背单词应用 [wordway](https://wordway.thecode.me/),目前专门针对术语方面的,有兴趣可以看看。 https://www.v2ex.com/t/608958

I think you can use [`tray_manager`](https://github.com/leanflutter/tray_manager) to add a system tray for authpass. Example: ```dart import 'package:tray_manager/tray_manager.dart'; await TrayManager.instance.setIcon( Platform.isWindows ? 'images/tray_icon.ico' : 'images/tray_icon.png', ); List menuItems = [ MenuItem(title:...

收到,后续将优化

已知问题,将在下一版本修复。

有尝试过退出重新打开也会同样复现吗?

感谢反馈,将更新打包工具 https://github.com/leanflutter/flutter_distributor/issues/81

谢谢你的建议,后续版本可以支持,不过需要做一层封装以符合比译的数据结构。

it looks useful, i will look into it.