Patrick

Results 27 comments of Patrick

Hello The last version fixes the issue reported here. But there is another issue with the following case: `` The image isn't displayed. Please could you fix it? Thanks

#mroczis could you detail please how you get secondary cells? Is it possible to add this feature in netmonster-core? Thanks. [Edit July 10th]: I may understand what mroczis meant about...

Thanks. My form in my mobile application mainly contains two text inputs (title and content) and one file input (for image). The API server is developed in Go, and I...

Does anybody can help me? This code doesn't work, the content field is reset to empty string ``` var url = Uri.parse( Application.backendBaseURL + route); var request = new http.MultipartRequest('POST',...

Hello I didn't find any solution. My backend implementation works (tested with Postman and browser) I tried many workarounds to fix the issue but no success. Due to deadlines in...

For example, the plugin can’t play this video https://youtu.be/DxSfQeCoFUM

Hello, I also notice that the user location marker also disappears when the road is drawn (I set `trackMyPosition: true,` in OSMFlutter). Waiting for your fix in 0.35.0 :) Thanks

Here is my OSMFlutter ``` OSMFlutter( controller: context.read().mapController, trackMyPosition: true, showZoomController: true, initZoom: 17, minZoomLevel: 3, maxZoomLevel: 19, onMapIsReady: (bool isReady) { if (isReady) { _showFab.value = true; context.read().mapReady =...

I can confirm, it works now on Android with the fix by olexale !!!! Big thanks :)