flutter-plugins
flutter-plugins copied to clipboard
🧱 Flutter plugins used in Mixin Messenger.
First of all, I think I have to address that this is my first time contributing in open source issues so bear with me ## What is the issue The...
[desktop_drop] macos DropDoneDetails support apple bookmark
Hi, I have a problem with compiling an app after adding desktop_webview_window: ^0.1.6. My Linux version is Pop!_OS 20.04 LTS (based on Ubuntu 20.04 LTS) Command > sudo apt install...
The file `desktop_drop_web.dart` is lost when running on the web platform in `profile` mode, other modes are still present. ## Reproduce Steps Run command ``` flutter run -d chrome --profile...
While packages/desktop_webview_window/CHANGELOG.md is mentioning version `0.2.4`, at https://pub.dev/packages/desktop_webview_window is still `0.2.3` the latest version. It would be great if you can release version 0.2.4 to https://pub.dev/packages/desktop_webview_window.
Support tab control where `create window` place the window in a tab control.
Upon closing app, there are various fatal memory access errors ## Reproduce Steps Steps to reproduce the behavior: 1. Open an app with desktop_multi_window v0.2.0 2. Close the app 3....
When I use the following on the web, I get the following error ``` Padding( padding: const EdgeInsets.symmetric(vertical: 15), child: DropTarget( onDragDone: (detail) { onDragFile(detail.files); }, child: Container( height: 180,...
When I try to launch a webview window, it instead launches a copy of the main app, and when that tries to launch a webview window, it crashes. ## Reproduce...