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

The path I obtained by dragging and dropping files on Android is the same uri as `content://com.android.fileexplorer.myprovider/external_files/xxx/xxx.pdf` ## Expected behavior path = `/path/to/file.pdf`

When you have multiple DropTargets across different pages of a PageView with AutomaticKeepAliveClientMixin and you drop a file onto one of them, all the targets that are "alive" (due to...

enhancement
desktop_drop

These are some changes I made to support multiple independent `DropTarget`s for an app I'm currently working on, unfortunately I don't have a lot of time to clean it up...

![image](https://github.com/MixinNetwork/flutter-plugins/assets/23111210/5a3683d1-f397-464d-b685-292bc91775eb)

desktop_webview_window

I added this desktop_webview_window: ^0.2.3 lib in pubspec.yaml Go to run snapcraft command facing this issue i can't generate snap build /usr/bin/ld: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/libdw.so.1: undefined reference to `elf_strptr@ELFUTILS_1.0' 2023-11-08 15:57:46.852 ::...

wontfix
desktop_webview_window

The app crashes while opening a new window. It isn't frequent but makes the app unstable. It can be because of the version of Flutter. ## Reproduce Steps Steps to...

desktop_multi_window

Hi, how can i change my webview's favicon? I wonder if I couldn't find it in the package settings? Or is it comes from my application icon? ![gorsel](https://github.com/MixinNetwork/flutter-plugins/assets/121493659/aaec005d-d6c2-4f0e-9e28-e76521a1fcce)

win_toast_plugin.obj : error LNK2019: unresolved external symbol WINRT_GetRestrictedErrorInfo referenced in function "public: __cdecl winrt::hresult_error::hresult_error(struct winrt::hresult,struct winrt::take_ownership_from_abi_t)" (??0hresult_error@winrt@@QEAA@Uhresult@1@Utake_ownership_from_abi_t@1@@Z) [D:\new\toast_example\build\windows\plugins\win_toast\win_toast_plugin.vcxproj] DesktopNotificationManagerCompat.obj : error LNK2001: unresolved external symbol WINRT_GetRestrictedErrorInfo [D:\new\toast_example\build\windows\plugins\win_toast\win_toast_plugin.vcxproj] win_toast_plugin.obj : error...

Greetings! I'm trying to open a webpage with desktop_webview_window. But when I do it I get this error ``` Inspection is enabled by default for process or parent application with...