d1y

Results 102 comments of d1y

> 不是 exec git clone,插件文档里一直在说 without git clone。。。 你把 git 卸载了也不影响插件运行 那我就不知道了, 希望添加一个 `clone-bar` 显示速度之类的

试试这样可行吗 ```bash export DISPLAY=:0 flutter run ``` https://github.com/google-coral/project-posenet/issues/24

Is there any example code? I think this is a macOS bug, what is your operating system environment?

+1 Have you found a solution?

> If you're on OSX, add this to webview.h:1876: > > ``` > > class_replaceProperty(__WKPreferences, "webSecurityEnabled", attrs, 2); > > objc_registerClassPair(__WKPreferences); > > objc_msgSend(wkPref, sel_registerName("setValue:forKey:"), > > objc_msgSend((id)objc_getClass("NSNumber"), > >...

I used the following code and it seems to be solved 🤔 ```dart bool isInit = true; chewieController.addListener(() { var isFullScreen = chewieController.isFullScreen; if (isFullScreen && isInit) { chewieController.exitFullScreen(); setState(()...

Amazing! Looks great, looking forward to merging it into the main branch 🔥