animated_list 0.0.1 copy "animated_list: ^0.0.1" to clipboard
animated_list: ^0.0.1 copied to clipboard

A custom animated list widget for Flutter

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 #

4
likes
0
pub points
61%
popularity

Publisher

unverified uploader

A custom animated list widget for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_staggered_animations, shimmer

More

Packages that depend on animated_list