face_pile 0.0.2
face_pile: ^0.0.2 copied to clipboard
Displays a stacked list of users. Each circle represents a person and contains their image. This widget is usually used when sharing who has access to a specific view or file, or when assigning tasks [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add face_pileThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
face_pile: ^0.0.2Alternatively, 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:face_pile/face_pile.dart';