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

actually close webview when user calls `close()`, so window doesn't hang around longer than required

allow users to remove javascript interface to stop sending JS events

When I open a website like mictests.com using the WebView, it doesn't prompt for permissions on Linux. Do I need to call any additional functions? I have installed webkit2gtk-4.1, but...

desktop_webview_window tries to enable Java applets, leading to this warning when running or building: ``` /Users/dukese01/.pub-cache/hosted/pub.dev/desktop_webview_window-0.2.3/macos/Classes/WebViewLayoutController.swift:90:39: warning: 'javaEnabled' was deprecated in macOS 10.15: Java is no longer supported webView.configuration.preferences.javaEnabled =...

Hi, I ran into problems running the release mode when using desktop_drop 0.5.0, and this problem also occurs when building apk with flutter. The release mode run, compiler error. The...

i have added fullscreen to the center function can you added to separate function void BaseFlutterWindow::Center() { auto handle = GetWindowHandle(); if (!handle) { return; } RECT rc; GetWindowRect(handle, &rc);...

When using `Navigator.of(context).push(...)` to another route, **desktop_drop** would execute multiple times. Here is my test code ``` import 'package:flutter/material.dart'; import 'package:desktop_drop/desktop_drop.dart'; void main() { runApp(const MyApp()); } class MyApp extends...

when drag and drop folder in flutter web, its only return main folder information, how to get folder's inside content?

desktop_multi_window: ^0.2.1 window_manager: ^0.4.3 How to show subwindow without request cursor foucus?My input cursor is in the other software, and i want to keep the input cursor in the other...

Hello, I am using desktop_multi_window: 0.2.0 desktop_lifecycle: 0.1.1 I am getting error like below in Windows when I implemented in my project. When I run separately its working fine. [ERROR:flutter/runtime/dart_vm_initializer.cc(41)]...