How to implement controlled scroll behavior with a glowing effect in Flutter?
I’m working on a Flutter app where users can scroll between categories by pulling up or down. My implementation allows switching categories when the user performs a “hard pull.” However, I have two main issues:
How to implement controlled scroll behavior with a glowing effect in Flutter?
I’m working on a Flutter app where users can scroll between categories by pulling up or down. My implementation allows switching categories when the user performs a “hard pull.” However, I have two main issues: