zhengw

Results 12 comments of 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)...

我也碰到了. 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...

![used_bitsdojo_window](https://user-images.githubusercontent.com/23625690/135400311-f6953b82-6b12-45cf-aedc-65ba26614606.gif) use bitsdojo_window, The edge is misjudged as left-right stretching. ![not_used_bitsdojo_window](https://user-images.githubusercontent.com/23625690/135400325-c9dab7c7-ceb1-45f7-84a0-6870bdbde450.gif) not use bitsdojo_window. Normally. the mouse moves to the outer edge to stretch left and right

![image](https://user-images.githubusercontent.com/23625690/136744896-6408f878-09b9-4763-af7e-cbb3e3061991.png) I changed these two places.

![image](https://user-images.githubusercontent.com/23625690/138641487-b541be6d-529c-4304-81c7-7e8d302fdfd7.png) 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:...