A group of overlapping round avatars are called face piles, a face pile is a series of overlapping avatar images that come and go as users join and leave a given group.

Overview

Flutter Face Pile

A group of overlapping round avatars are called face piles.

A face pile is a series of overlapping avatar images that come and go as users join and leave a given group.

this packages was originated from @SuperDeclarative!

License

Flutter Face Pile

Getting started

Add this to your package's pubspec.yaml file:

dependencies:
  flutter_face_pile: ^0.0.3

Now in your Dart code, you can use:

import 'package:flutter_face_pile/flutter_face_pile.dart';

Usage

import 'package:flutter_face_pile/flutter_face_pile.dart';


FacePile(
    faces: [
        FaceHolder(
            id: '1',
            name: 'user 1',
            avatar: NetworkImage('https://i.pravatar.cc/300?img=1'),
          ),
          FaceHolder(
            id: '2',
            name: 'user 2',
            avatar: NetworkImage('https://i.pravatar.cc/300?img=2'),
          ),
          FaceHolder(
            id: '3',
            name: 'user 3',
            avatar: NetworkImage('https://i.pravatar.cc/300?img=3'),
          ),
    ],
    faceSize: 50,
    facePercentOverlap: .4,
    borderColor: Colors.white,
),


Contribute

Contributions are welcome, if you have a issue or any problem with this packages please file issues, or make pull-requests.

You might also like...

🌰🌰 [BLOC_PATTERN] [RXDART] [STREAM] πŸ„πŸ„ Simple auth app flutter, server node.js, BLoC pattern, RxDart 🍁🍁 Functionalities: LOGIN, REGISTER, CHANGE PASSWORD, CHANGE AVATAR, FORGOT PASSWORD. Pure rxdart BLoC pattern. BLoC pattern without library.

🌰🌰 [BLOC_PATTERN] [RXDART] [STREAM] πŸ„πŸ„ Simple auth app flutter, server node.js, BLoC pattern, RxDart 🍁🍁 Functionalities: LOGIN, REGISTER, CHANGE PASSWORD, CHANGE AVATAR, FORGOT PASSWORD. Pure rxdart BLoC pattern. BLoC pattern without library.

node_auth #node-auth-flutter-BLoC-pattern-RxDart ❄️ ❄️ BLoC pattern rxdart stream πŸ‹ πŸ‹ Simple auth app flutter, server node.js, BLoC pattern, RxDart

Dec 29, 2022

Flutter user list calendar - A flutter app that displays registered users on a calendar/list and allows to search for users using the full name

Flutter User Calendar A flutter app that displays registered users on a calendar

Jan 20, 2022

Github-search - Allows users to search users on github Uses flutter

Github-search - Allows users to search users on github Uses flutter

Github Search Github Search is a cross-platform mobile application powered by Flutter Framework and Github API. The application was built with simplic

Sep 13, 2022

In this repo you will see how to pick images from the image library and also, see how to store the selected images on Firebase.

In this repo you will see how to pick images from the image library and also, see how to store the selected images on Firebase.

flutterimageapp Flutter Tutorial - Upload Images using Firebase Storage. Flutter Tutorial - Upload Images using Firebase Storage Video series can be w

Nov 4, 2022

Memebaaz is a video/images sharing app, Anyone can share short videos and images through app, the media will go through admin's approval.

Memebaaz is a video/images sharing app, Anyone can share short videos and images through app, the media will go through admin's approval.

MemeBaaz - Memes & Short Videos App Memebaaz is a Video/images Sharing App, Anyone can share short videos and images through app, the media will go th

Nov 14, 2022

Display images flutter - Simple app to display images in flutter

Display images flutter - Simple app to display images in flutter

Display Images In Flutter Simple app to display images in a flutter. In this dem

Jan 29, 2022

Return a Stream that emits null and done event when didChangeDependencies is called for the first time.

Return a Stream that emits null and done event when didChangeDependencies is called for the first time.

did_change_dependencies Author: Petrus Nguyα»…n ThΓ‘i Học Return a Stream that emits null and done event when State.didChangeDependencies is called for t

Nov 9, 2022
Owner
Amine Chamkh
Software Engineer
Amine Chamkh
Breathe is a mental health blogging app where users can join communities of doctors and other users from around the world and both share their problems as well as lend a ear to and help others

?????????????? ?????????????? In a condensed, suffocating society you can feel closed off, when you can't process your emotions and are going through

Soham Sen 3 May 16, 2022
Face Mask Detection mobile application built with Flutter and TensorFlow lite in order to detect face masks using images and live camera.

Face Mask Detector App Face Mask Detection mobile application built with Flutter and TensorFlow lite in order to detect face masks using images and li

Yousef Shaban 3 Aug 15, 2022
Flutter pretty qr - Pretty QR code with round edges.

pretty_qr_code Pretty QR code for Flutter. You can round the edges with parameter or use the standard view. Features Created with QR dart Screenshots

null 42 Oct 30, 2022
Flutter profile ui - Round Image Profile UI For Flutter

round_image_page A new Flutter project.

Mahfozur Rahman Asif 2 Oct 21, 2022
SPAJAM 2022 final round app by Flutter Lovers team.

spajam2022final A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Kosuke Saigusa 7 Dec 15, 2022
Face Mask Detection with Tensorflow(Flutter)Face Mask Detection with Tensorflow(Flutter)

Face Mask Detection with Tensorflow(Flutter) Face Mask Detection With TFlite Info An app made with flutter and tensor flow lite for face mask detectio

Mohsen Mirdar 1 May 23, 2022
Use CMP Crew, Create a room, invite your friends to join, and let them add their orders to the shared menu!

Tired of collecting your friends’ orders at restaurants? Lost track of how many of you want tea? Don’t worry we got you covered! Use CMP Crew, Create a room, invite your friends to join, and let them add their orders to the shared menu!

Ahmed Ihab 14 Dec 15, 2022
Challenge yourself every weekend with flutter. Join me to implement challenging UI & digital designs using Flutter.

Weekend With Flutter This is my new challenge. Every weekend, I want to implement challenging UI & digital designs using Flutter. you can join me with

Payam Zahedi 16 Feb 24, 2022
Overlapping panels - Discord inspired navigation for Flutter apps

Overlapping Panels Add Discord-like navigation to your app. Demo project here: o

Degreat 30 Dec 23, 2022
CircularProfileAvatar is a Flutter package which allows developers to implement circular profile avatar

CircularProfileAvatar is a Flutter package which allows developers to implement circular profile avatar with border, overlay, initialsText and many other awesome features, which simplifies developers job. It is an alternative to Flutter's CircleAvatar Widget.

Muhammad Adil 85 Oct 5, 2022