dynamic_list_view 0.2.1 copy "dynamic_list_view: ^0.2.1" to clipboard
dynamic_list_view: ^0.2.1 copied to clipboard

A list component that can refreshes and adds more data for Flutter App.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_list_view

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

dependencies:
  dynamic_list_view: ^0.2.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:dynamic_list_view/DynamicListView.dart';
import 'package:dynamic_list_view/dynamic_list.dart';
3
likes
40
pub points
13%
popularity

Publisher

unverified uploader

A list component that can refreshes and adds more data for Flutter App.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_spinkit

More

Packages that depend on dynamic_list_view