zhengw
zhengw
[Windows] package_info_plus: ^1.4.0, the same error. ``` Syncing files to device Windows... [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel dev.fluttercommunity.plus/package_info) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:175:7) #1 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:377:43)...
The same question
我也碰到了. setPreventClose(true), 在flutter_native_view页面, 关闭按钮调用windowManager.hide(), 窗口直接卡死. 暂时改用windowManager.minimize();
I mean, the stretching range overlaps with the rolling judgment position, It becomes difficult to hold down the mouse and scroll. The original flutter won't do that, i use flutter...
 use bitsdojo_window, The edge is misjudged as left-right stretching.  not use bitsdojo_window. Normally. the mouse moves to the outer edge to stretch left and right
 I changed these two places.
 I modified this to reduce the edge.
@shujaatak sorry, I don't know C.
Maybe I also have the same problem, But I have an error message ``` server.post('/test', (req, res) async { final file = await req.payload(); res.send("string"); }); ``` ```[ERROR:flutter/runtime/dart_isolate.cc(1291)] Unhandled exception:...