simple_grouped_listview 1.0.0
simple_grouped_listview: ^1.0.0 copied to clipboard
A Flutter package to display a grouped list of items
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_grouped_listviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
simple_grouped_listview: ^1.0.0Alternatively, 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:simple_grouped_listview/simple_grouped_listview.dart';