Simple animated list while scrolling using animated padding and GetX
- Build a list using listView.builder
- Use GetX to control the state of the widget using Obx and Rx
- Use Scroll notification to trigger the animation
Note:
if you don't want to use GetX you will find in the commits the stateful widget use
Just clone the project, run flutter pub get then hit the run button to get started