flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

🧱 Flutter plugins used in Mixin Messenger.

Results 168 flutter-plugins issues
Sort by recently updated
recently updated
newest added

https://learn.microsoft.com/en-us/windows/msix/detect-package-identity Previous method was not working with Window10.

I copied a picture and tried to retrieve it using Pasteboard.image, but I received null. In the text, only the name of this photo appears. It works on Windows and...

``` /Desktop/my_flutter_desktop/build/macos/Build/Products/Release/pasteboard/pasteboard.framework/Modules/module.modulemap:9:10: error: header 'pasteboard-Swift.h' not found header "pasteboard-Swift.h" ^ /Desktop/my_flutter_desktop/macos/Flutter/GeneratedPluginRegistrant.swift:12:8: error: could not build Objective-C module 'pasteboard' import pasteboard ``` flutter version : 3.3.4 xcode version: 14.2 pasteboard: 0.2.0...

This is a regression (see: https://github.com/MixinNetwork/flutter-plugins/issues/72) **pubspec.yaml:** desktop_drop: ^0.4.0 - does not work, dragging multiple files only yields the first **pubspec.yaml:** desktop_drop: 0.3.3 - works perfectly

Now I want to dynamically monitor the close button in the upper right corner, is there any good way, thank you

I'm in a trouble with iconPath field in initialize. I try to use iconPath to change default icon of notification generated by WinToast but it's not working. I use path...

Whenever I try to use the `window_manager` package, the app crashes as soon as I try to interact with the main window after closing a child window. Both in debug...

desktop_multi_window

Opening two or more windows, closing the main program may cause the inability to close multiple windows and prompt a window_handle leak.

Is there a way to load an HTML file from the assets? I have a plain HTML string and want to load that string as webview. Examples: - webview_flutter: There...