aytunc

Results 142 comments of aytunc

@apgapg right now we can tell the AvatarGlow to Not animate(animate=false) Animate once(repeat=false) Animate forever(repeat=true) I want to have a repeat count. This will repeat the glow animation n times...

I second this, this is definitely needed for such a popular and complex(at least when you are a beginner) state management solution. For instance I still define some private internal...

@njovy I have the exact same problem. There is a `stroke-width` inside a `linearGradient` and it only shows the vector without and width. Is there a workaround for this?

I have a question. If we update the package to version 10.0.0, and upgrade sdk version to 33, does this mean our users with android phones with version 12 and...

The solutions help for the cases when user change a permission through app settings only. For the case the case of a user allowing a permission from within the app...

@dnfield I am having the exact same issue in Web Html renderer. And we need the html renderer unfortunately. Our web app is going to be opened through Instagram links...

@zphoenixz thanks for the investigation. @dnfield does flutter_svg support masked content in svgs? Is there a specific reason why they work fine in canvasKit web and mobile native but not...

For example this is one of the problematic svgs in html ``` ```

Then maybe the assumption of this problem being caused only by masks is wrong.

@CaiJingLong @luoxuuguang Hi:) what do you mean by caching? Do you mean saving the streamed video as a file so that we can play the file from local folder anytime?...