Ayush P Gupta
Ayush P Gupta
I guess foreground services are blocked in Chinese roms. You have to implement battery optimization technique in them
I solved that by using a line scroller.setIntermediateHeaderHeightRatio(0);
Hi @MahdiPishguy sorry for late response. Indeed thats a good issue. Actually the glow's container is taking extra space thats why the notch appears too large. Right now i cant...
@xsahil03x Any solution for this?
I guess you have to make use of overlays here which is a little tricky. We cant use this package directly here. We'll have to copy its code and use...
@gildurao Any solution for this issue? I can't find a way out
Hi @frankyvij Scrollbar performance might degrade(due to animation) on flutter web. But if you run the example on mobile devices or desktop you will not experience any lag.
Using in Listview with multiple ListTile having avatar_glow might lag. I will try checking this with a sample.
The lag might be due to heavy animations running. When multiple are present this will cause a load on GPU. I will try finding a way to min animation load...
Hi @aytunch I don't get `numberOfRepeats` thing. What do you mean by `make ripple effect 5 times, each with a 1 second duration` ?