flutter-plugins
flutter-plugins copied to clipboard
🧱 Flutter plugins used in Mixin Messenger.
when i run the app it will give me blank page without returning any error
After starting the webview, a separate window appears and the application crashes, there are no errors in the console ``` Future _startBrowser({String? initialUrl}) async { webView = await WebviewWindow.create( configuration:...
Translucency in Flutter macOS applications can be achieved with the below Swift code, but it seems that this does not carry into new windows created by `desktop_multi_window`. Is this possible...
Flutter Web: If you put a file on the drag zone, an error occurs as shown below. Error _handleMethodChannel: Assertion failed: file:///Users/patrick386/.pub-cache/hosted/pub.dartlang.org/desktop_drop-0.3.3/lib/src/channel.dart:96:16 _offset != null is not true dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 251:49...
When trying to read the file from a MacOS screenshot from the desktop, it errors. 1. Use the screenshot shortcut 2. Drag the instant screenshot into the app Example of...
MacBook Air (M1, 2020), 12.3.1 , Flutter 2.10.4 run example demo endless loop call ``` methodChannel.invokeMethod("onUrlRequested", arguments: [ "id": viewId, "url": url.absoluteString, ]) ```
Hi, thanks for maintaining this plugin :) I've just started using the `desktop_drop` library, and I'm kind of missing a feature that I've seen in a lot of drop implementation...
Code [packages/desktop_multi_window/example](https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/desktop_multi_window/example) Video https://user-images.githubusercontent.com/11957340/160973391-c0d93ff8-a781-4e13-85a6-d3e360626b8c.mp4 It is the release version
Hey there, I do not know If this is a bug or if you want to handle this as one or can even handle this but: When running the app...