list_group 0.1.2 list_group: ^0.1.2 copied to clipboard
A flutter which provides two widgets ListGroup and ListGroupItem which can be used to add Grouped ListItems to one list can be used for both Android and iOS. See screenshots.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add list_group
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
list_group: ^0.1.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:list_group/list_group.dart';