flutter-plugins
flutter-plugins copied to clipboard
🧱 Flutter plugins used in Mixin Messenger.
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...
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...

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 ::...
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...
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? 
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...