Animated List

Teste

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

Packages used

  • x shimmer: ^3.0.0
  • x flutter_staggered_animations: ^1.1.1

How to use

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

dependencies:
  animated_list: ^0.0.4

Example of how to implement it in your project

import 'package:list_animated/list_animated.dart';
ListAnimated(
  text: "Animated List Item",
  icon: Icons.star,
  colorBorder: Colors.grey,
  colorShine: Colors.amber,
  duration: Duration(seconds: 2),
  horizontalOffset: 500.0, 
  colorIcon: Colors.red, 
  colorText: Colors.black,
),

Example

Libraries

animated_list