grouped_scroll_view 0.2.3 copy "grouped_scroll_view: ^0.2.3" to clipboard
grouped_scroll_view: ^0.2.3 copied to clipboard

Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Supports checkbox or radio in a scrollView.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grouped_scroll_view

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

dependencies:
  grouped_scroll_view: ^0.2.3

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:grouped_scroll_view/grouped_scroll_view.dart';
51
likes
160
points
830
downloads

Publisher

unverified uploader

Weekly Downloads

Provide a List, a grouper, and let it display it as a ListView, a GridView or anything else. Supports checkbox or radio in a scrollView.

Homepage
Repository (GitHub)
View/report issues

Topics

#grouped #list #gridview #toggle #checkbox

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, sliver_tools

More

Packages that depend on grouped_scroll_view