Last updated:
0 purchases
animated list
Animated List #
A package that allows you to easily add transition and glow effects to a list.
Packages used #
✅ shimmer: ^3.0.0
✅ 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
copied to clipboard
Example of how to implement it in your project
import 'package:list_animated/list_animated.dart';
copied to clipboard
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,
),
copied to clipboard
Example #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.