face_pile

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 to someone in a workflow

flutter facepile

flutter facepile

Usage

FacePile(
  radius: 32,
  space: 40,
  images: [
    NetworkImage("https://i.pravatar.cc/300?img=1"),
    NetworkImage("https://i.pravatar.cc/300?img=2"),
    NetworkImage("https://i.pravatar.cc/300?img=3"),
    NetworkImage("https://i.pravatar.cc/300?img=4"),
  ],
),

Contribute

Some of the best ways to contribute are to try things out, file issues, and make pull-requests.

Libraries

face_pile