flutter_infinite_chat_list 0.1.1 copy "flutter_infinite_chat_list: ^0.1.1" to clipboard
flutter_infinite_chat_list: ^0.1.1 copied to clipboard

A high-performance, generic animated chat list widget for Flutter with bi-directional infinite pagination, scroll-to-index, animated mutations, and keyboard-aware spacing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_infinite_chat_list

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_infinite_chat_list: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_infinite_chat_list/flutter_infinite_chat_list.dart';
1
likes
150
points
120
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance, generic animated chat list widget for Flutter with bi-directional infinite pagination, scroll-to-index, animated mutations, and keyboard-aware spacing.

Repository (GitHub)
View/report issues

Topics

#chat #list #animation #pagination #scroll

License

MIT (license)

Dependencies

diffutil_dart, flutter, scrollview_observer

More

Packages that depend on flutter_infinite_chat_list