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

Simple horizontal list view widget for displaying a list of items in a horizontal layout with fixed crosAxisCount.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add horizontal_list_view

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

dependencies:
  horizontal_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:horizontal_list_view/horizontal_list_view.dart';
8
likes
160
points
57
downloads

Publisher

verified publisherflameark.com

Weekly Downloads

Simple horizontal list view widget for displaying a list of items in a horizontal layout with fixed crosAxisCount.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on horizontal_list_view