Vera-Spoettl
Vera-Spoettl
I have a document with header and footer. Everything else in between is space dedicated to the content, which is an image. While it works perfectly fine when I don't...
Hi, I'm trying to load an asset (obj file) from a package. Unfortunately this doesn't work because of file_loader.dart line 152. ` if (url.startsWith("assets")) { ` Could you change this...
I'm setting the connection timeout period to 1000 milliseconds. However the connect attempt takes more than a minute until it returns with an error. Is there a possibility to shorten...
Hi, is it possible to display mjpg stream in media_kit? The stream is provided by a local backend app sending data with content type 'multipart/x-mixed-replace'. ``` player.open(Media( 'http://localhost:55551/stream', httpHeaders: {...
### Platform MacOS 14.4.1 ### Plugin connectivity_plus ### Version 6.0.3 ### Flutter SDK Flutter 3.22.0 • channel stable ### Steps to reproduce Run https://github.com/fluttercommunity/plus_plugins/blob/main/packages/connectivity_plus/connectivity_plus/example/lib/main.dart Even while my Mac is connected...
I'm using a custom theme for my app. While my app and the Talker Monitor take the colors from my theme, TalkerView doesn't. **Screenshots** My app :-) Talker Monitor :-)...
Hi, I'm trying to find the problem, why I sometimes lose messages. As it happens spuriously, I'm trying to understand it step by step. My first attempt is to make...