Error when add flutter_blue dependency on Windows
When I add "flutter_blue" dependency in my project with Windows OS, I have the following problems: Cannot create link, path = 'D:\flutter\flutter.pub-cache_temp\dira260aa5b\macos\Classes\FlutterBluePlugin.h' (OS Error: 客户端没有所需的特权。, errno = 1314)
What should I to fix this problem?
解决没有,我也遇到同样的问题?
window 系统“设置”里面打开“开发人员模式”
This is a pub problem on Windows. There's an open issue dealing with this. There are several fixes, none worked for me, I just moved to Ubuntu.
Just Run Your IDE as an Administrator and then run "flutter pub get" in terminal. It worked for me!!
@adarshnagrikar14 It works, thanks.