An open API service indexing awesome lists of open source software.

https://github.com/codingfries/color_animating_list_view


https://github.com/codingfries/color_animating_list_view

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

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

That's all Enjoy.