What should I do with this frontend?
I need to get an opinion from more experienced guys in Flutter Frontend.
I have a project that has design elements that were created in Figma, an example of one of them you can see in the screenshot.
I need to implement them in my web application, but the problem is that I can’t take these elements as png or jpg raster images, because it will affect performance. Also, I can’t use svg because the design of these elements has filters such as blur, and Flutter (I don’t know for sure) does not support this. I have already tried to use flutter_svg – it ignores tags with filter and the element looks terrible. It seems that I found a loophole with the cached_network_image package, but it does not work stably – sometimes the image in svg format is shown, and sometimes an error about headers appears.