Animated List

Teste

A package that allows you to easily add transition and glow effects to a list.

How to use

Example of how to add the dependency in your pubspec.yaml file:

dependencies:
  animated_list: ^0.0.1 

Example of how to implement it in your project

import 'package:list_animated/list_animated.dart';
ListAnimated(
  icon: Icons.star,
  color: Colors.amber,
  text: "Animated List Item",
),

Example

Libraries

animated_list