animated_list 0.0.4 copy "animated_list: ^0.0.4" to clipboard
animated_list: ^0.0.4 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.

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

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 #

4
likes
130
pub points
61%
popularity

Publisher

unverified uploader

A custom animated list widget for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_staggered_animations, shimmer

More

Packages that depend on animated_list