Slava P.

Results 60 comments of Slava P.
trafficstars

@yjbanov @ditman I think "native" SVG support should be planned for canvaskit (if it is not already implemented), if I understand it correctly, part of Chromium optimizations were based on...

@yjbanov and what about SVG support? Is the plan to rely on flutter_svg package or some support will be added CanvasKit?

@protoism still present - though with fast SSD and processor it is not so painful. What I see that plug-in goes through all ui.xml files after each “project clear” or...

@protoism > All changes being made are about making the plugin just build without regressions... touching the plugin... who knows if and when we will be able. I'm very glad...

@protoism Unfortunately, I have no reproducible example of this problem. It looks like this: ![image](https://user-images.githubusercontent.com/4129763/219817011-45aedfa5-934f-4b4d-8b34-339d384fdc4b.png) ```xml ``` The interesting part is: 1. If I do a dummy change to ui.xml...

@RDRRdevelopment Add the following to your index.html ```html function is_iPad_iPhone() { // see https://stackoverflow.com/a/58064481 var ua = navigator.userAgent; ua = ua.toLowerCase(); var rslt = ua.includes('(ipad;') || ua.includes('(iphone;') || // iOS...

@huycozy Complete error log in my case is the following (but it will be different depending from particular application and changes done in new app version): ``` DeferredLoadException: 'Loading main.dart.js_179.part.js...

@huycozy >> The issue should be actionable with clear steps to reproduce it. Are you serious? That way you may fix only trivial problems. For this case it is impossible...

@huycozy Sorry for my previous a little bit aggressive comment. But “the OP didn't respond (for some reason)” for obvious reason - there is no simple and clear way to...

@yjbanov Thank you! GWT deferred loading with putting js parts to subfolder with unique name was actually the very right solution. Also there is another post-processing script for solving deferred...