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

您好,我在我的项目里使用了fts5_simple,在编译的时候提示如下: `Class Sqlite3FlutterLibsPlugin is implemented in both myproject/build/macos/Build/Products/Debug/myproject.app/Contents/Frameworks/sqlite3_flutter_libs.framework/Versions/A/sqlite3_flutter_libs (0x105d92598) and myproject/build/macos/Build/Products/Debug/myproject.app/Contents/Frameworks/sqlcipher_flutter_libs.framework/Versions/A/sqlcipher_flutter_libs (0x105dddb78). One of the two will be used. Which one is undefined.` 我的环境是MAC+VSCODE,虽然不影响app运行,但想学习一下,如果直接指定正确的【sqlcipher_flutter_libs】来使用呢?非常感谢!

Feature ====== Need SSL ignore option for this webview.

On windows, including `desktop_multi_window` causes a crash when attempting to exit the application by clicking on the OS's "close" button (the X in the upper-right hand corner). ## Reproduce Steps...

bug
desktop_multi_window

There doesn't seem to be a "reopen" button on the issue, so I'm submitting a new one. Issue 225 is not fixed; I just confirmed on the current Flutter version....

- add high-level callback for unsupported URI schemes - add HTTP and HTTPS file drop handler to example

A clear and concise description of what the bug is. ## Reproduce Steps this is part of my code, it toggle `Pasteboard.writeImage` ```dart OutlinedButton( onPressed: () async { final imagefile...

windows: https://github.com/MixinNetwork/flutter-plugins/pull/268

desktop_webview_window
feature-request

This plugin is great nice.but sometimes i want to get current web page url. but i can't find any api to do this. is there any way to do this?

desktop_webview_window
need-more-information

When an app using `desktop_multi_window` is published to the Linux snap store, closing one window closes the entire app. When the same app is run in the development environment, this...

When adding firebase to the project, and creating a new window, the project will crash before rendering the new window. The following error is logged: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error,...