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

A Flutter package project that is a simple animation listview widget

Flutter Animation List #

Features #

  • Infinite scroll
  • Custom child widgets

Supported platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter web
  • Flutter desktop

Installation #

Add flutter_animation_list: <later-version> to your pubspec.yaml dependencies. And import it:

import 'package:flutter_animation_list/flutter_animation_list.dart';

How to Use #

AnimationList(
          duration: 10000,
          reBounceDepth: 10.0,
          children: data.map((item) {
            //return widget
          }).toList(),
        ),

Screenshot #

[prefetch]

4
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package project that is a simple animation listview widget

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_animation_list