pedia
pedia
Same as #129, with adb logcat: W/JsonRpcServer( 683): Error in JSON-RPC Service W/JsonRpcServer( 683): java.lang.reflect.InvocationTargetException W/JsonRpcServer( 683): at java.lang.reflect.Method.invokeNative(Native Method) W/JsonRpcServer( 683): at java.lang.reflect.Method.invoke(Method.java:515) W/JsonRpcServer( 683): at com.googlecode.jsonrpc4j.JsonRpcServer.invoke(JsonRpcServer.java:513) W/JsonRpcServer( 683):...
## Steps to Reproduce 1. Execute `Run` on the code sample in [Dartpad](https://dartpad.dev/?id=5055057f46a3cf0a229532ffab0da3ee) 2. Focus in the only one text field 3. Turn on IME(pinyin method) and input `zh` **Expected...
## Steps to Reproduce In the sample [simplistic_editor](https://flutter.github.io/samples/web/simplistic_editor/), IME selection panel place is wrong. **Expected results:** The panel should be under the carer as below **Actual results:** I was able...
I found some requests from DLNA devices never closed(We use shelf_static in DLNA(uPNP) serve video files) Since we cannot change the devices and for security reason and avoide too many...
url :`/files/index.html` and `/files/` not handled. /files/ 404 /files/index.html redirected by `fs`. @dimfeld How can we handle `/files/`? ``` contextMux = app.TreeMux.UsingContext() contextMux.GET("/files/*", http.FileServer(Http.Dir(uploadPath))) ``` _Originally posted by @pedia in...
When the App quit, the cooke jar vanish, it isn't useful enough. Is there anyone interested in reqwest_cookie_store or store cookie jar into file? Thanks
dart version: 3.10.* 3.11.0-93.1.beta flutter version: 3.38.0-0.2.pre 3.39.0-0.1.pre on macOS 13.7.8, **the latest version of intel x86 CPU of macOS**. After a cold reboot, first time of running `flutter run...