Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 566 Bytes

File metadata and controls

20 lines (12 loc) · 566 Bytes

Flutter List animate while scroll

Scrolling animation

Simple animated list while scrolling using animated padding and GetX

Demo

Features

  • 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

Installation

Just clone the project, run flutter pub get then hit the run button to get started