aytunc
aytunc
by using `duration` we set the animation duration of a single ripple effect. But I want the AvatarGlow to make ripple effect 5 times, each with a 1 second duration...
We can have an option for this so that the glow animation does not suddenly disappear.
This File change fixes cases where orientation changes and status bar appears/dissapers and the REMENU's y position is not calculated right. Especially on iphone6plus where the landscape navbar height is...
Hi, is null safety going to be supported soon?
Hi Marcin, main.dart line 80 is different than in the video. Why did you change it from child to LinearText? Is there a performance reason? which one is faster? Thanks
Or is it only supported for `ListView`s and `CustomScrollView`s? Thank you.
I haven't changed my code just upgraded the package and previously my colored svg was rendering as grey and now it renders with full color. Is there another way to...
I get a warning saying > flutter: LOTTIE WARNING: Lottie doesn't support layer effects. If you are using them for fills, strokes, trim paths etc. then try adding them directly...
Is AppBar going to be supported also for the gradient class as I think it will look very nice on apps.
Just like TikTok, I want to implement a video feed screen with infinite scrolling. The List Item widgets will be `VlcPlayer` and the url data sources will be taken from...