Bin

Results 66 comments of Bin

Sorry, I can't understand your question. Which function of which plugin do you want to ask?

It seems impossible now. At this moment, you can only use query parameter... And there is now way to intercept the http header. https://github.com/MixinNetwork/flutter-plugins/blob/4b67bcc3a0498953e3e0b637d9b875f8a8592316/packages/desktop_webview_window/lib/src/webview.dart#L36

It is impossible now, because `bitsdojo_window` only designed for single window flutter app and it won't work on multi window in one process. --- If you take a look the...

Since recreating a system similar to the click event handler is too complicated... --- There is a simple way to handle this case: **disable the `DropTarget` in master page when...

> I tried to open the macOS folder in Xcode, but there is no project or workspace there to open, only classes. You can go to `example` folder. and `open...

The first invalid fileUrl read by `draggingPasteboard.readObjects(forClasses: [NSURL.self], options: searchOptions)` https://github.com/MixinNetwork/flutter-plugins/blob/6b604ed71a53f1303fba4ba421ef13de1cb3f5bd/packages/desktop_drop/macos/Classes/DesktopDropPlugin.swift#L105-L110 But this was added in PR #73 which fixed #72. I don't know how to remove this because I...

I haven't used flutter_webview_plugin before. what is your use case ? Did you try hide the window of WebView (need modify the native code)?

I do not have a win7 PC which make it's hard for me to debug this. So let's keep this open to waiting if someone can help us.

> Is there a way to get the screen resolution? There should be a way to get the screen resolution, but not in this plugin. Maybe you can do some...

```dart typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress, AnimationStatus status); ```