Description

This is a simple package to create a ListView that changes colors on scrolling based on the percentage Visibility of a widget on the screen.

Usage

ColorAnimatingListView is a Stateful Widget that produces Color animations. Include it in your build method like:

ColorAnimatingListView(
  children: [
    //Children ...
  ],
  colors: [
    //Colors ...
  ],
)

That's all Enjoy.