flutter-plugins
flutter-plugins copied to clipboard
🧱 Flutter plugins used in Mixin Messenger.
A clear and concise description of what the bug is. ## Reproduce Steps ``` dart if (runWebViewTitleBarWidget(args)) { return; } ``` ## Error log ``` dart ════════ Exception caught by...
`Pasteboard.writeFiles([imagePath])` incorrectly attaches the text content of the clipboard ## Reproduce Steps Steps to reproduce the behavior: 1. Copy some text 2. Call writeFiles 3. ctrl+v ## Expected behavior 1....
My app contains 2 bottom tab and use IndexedStack hold content widget for them. ```dart class MyApp extends StatefulWidget {...} class _MyAppState extends State { var selectedIndex = 0; Widget...
I only found postmessage support for the window platform in the latest version, without Linux. How should I transfer data?

For an expected POST request WebView execute all requests (on Windows) as a GET request. This happens only in the HEAD version of the plugin and may be caused by...
App crashes when webview is closed from method channel API ## Reproduce Steps Steps to reproduce the behavior: 1.Update to Flutter version 3.22.0 2. Close from the close API method...
When compiling for an android target I get this error after upgrading to 0.5. The problem does not exist with 0.4.4 so I have downgraded for now. ``` /Users/muji/git/sos/gui/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:24: error:...
The project from the example folder built with msix does not work by default. Builds successfully but notifications don't work. Is this an abandoned library?
When an image is dragged from the file system (Windows, Desktop Explorer) to web (Flutter with CanvasKit), the `DropTarget` does not trigger and the image is opened in a new...