face_pile 0.0.2 copy "face_pile: ^0.0.2" to clipboard
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 [...]

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.

10
likes
130
pub points
76%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on face_pile