grouped_scroll_view 0.2.0
grouped_scroll_view: ^0.2.0 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 Dart:
$ dart pub add grouped_scroll_viewWith Flutter:
$ flutter pub add grouped_scroll_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
grouped_scroll_view: ^0.2.0Alternatively, your editor might support dart pub get or 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';