infinite_widgets 2.0.2 copy "infinite_widgets: ^2.0.2" to clipboard
infinite_widgets: ^2.0.2 copied to clipboard

Infinite layout widgets, allow you to easily create infinite list or infinite grid from database or network calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add infinite_widgets

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

dependencies:
  infinite_widgets: ^2.0.2

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:infinite_widgets/infinite_widgets.dart';
18
likes
150
points
405
downloads

Publisher

verified publisherjaumard.com

Weekly Downloads

Infinite layout widgets, allow you to easily create infinite list or infinite grid from database or network calls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on infinite_widgets