auto_refresh_list_view 1.1.0 copy "auto_refresh_list_view: ^1.1.0" to clipboard
auto_refresh_list_view: ^1.1.0 copied to clipboard

Flutter package,fully functional list auto refresh component,used MVP design mode.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_refresh_list_view

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

dependencies:
  auto_refresh_list_view: ^1.1.0

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:auto_refresh_list_view/auto_refresh_list_view.dart';
1
likes
35
pub points
0%
popularity

Publisher

unverified uploader

Flutter package,fully functional list auto refresh component,used MVP design mode.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, list_view_item_builder

More

Packages that depend on auto_refresh_list_view