Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Stack avatar

Summary

  • 🚀 Platforms
  • 📃 Description
  • ⚙️ Setup
  • 💻 Use case

Platforms

AndroidiOSWeb

Description

This package provides a set of circular avatar stacks, with an optional counter to indicate the total number of avatars or users.

Setup

Add in this file pubspec.yaml.

validator:
git:
url: git@github.com:iTEEECH/stack_avatar.gitref: main

Use case

Import

import'package:stack_avatar/stack_avatar.dart';

Code

returnColumn(
children:<Widget>[
SizedBox(
height:100.0,
child:StackAvatar(
counter:3,
images: [
for (int index =0; index <=5; index++) NetworkImage('https://i.pravatar.cc/150?img=$index'),
],
),
),
],
);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages