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

Two dependences were added: import 'package:path/path.dart' as Path; import 'package:uuid/uuid.dart'; And also the warning level was decreased to /W3 in CMakeLists.txt file. So I am not sure if it is...

At the moment if I try to access `window_manager` from a sub-window it throws an exception: > MissingPluginException (MissingPluginException(No implementation found for method ensureInitialized on channel window_manager))

Couldn't postMessage from javascript to flutter in windows. The Method: `window.webkit.messageaHandelers.example.postMessage("message");` is working only on mac.

enhancement
desktop_webview_window

Every time I open the window, the memory increases by about 100 to 150 MB, and the memory is not released when the window is closed. Basically, In my app,...

When the desktop_multi_window plugin is used in combination with the window_manager plugin on MacOS, then resources are not freed, when closing a window. The reason for that is the FlutterWindow...

When opening a new window on MacOS, there is a short black screen, I don't know if this is a MacOS problem. https://github.com/MixinNetwork/flutter-plugins/assets/18432861/d9948e93-867a-4d9e-956c-e4c5eebb88c8 ``` import 'dart:convert'; import 'package:collection/collection.dart'; import 'package:desktop_multi_window/desktop_multi_window.dart';...

I copy-paste the example app that's in pub dev page and had this problem. ## Reproduce Steps Steps to reproduce the behavior: 1. Copy paste the example app in lib/main.dart...

Getting exception when below line of code is executed. **List allSubWindowIds = await DesktopMultiWindow.getAllSubWindowIds();** **_Please note that this error occurs ONLY when there are no sub window opens at that...