flutter_long_list 0.1.6 copy "flutter_long_list: ^0.1.6" to clipboard
flutter_long_list: ^0.1.6 copied to clipboard

A Flutter LongList with Provider which supports ListView, GridView and Slivers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_long_list

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

dependencies:
  flutter_long_list: ^0.1.6

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_long_list/flutter_long_list.dart';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter LongList with Provider which supports ListView, GridView and Slivers.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

extended_list, flutter, provider, tuple

More

Packages that depend on flutter_long_list