overlay_group_avatar 0.0.4 copy "overlay_group_avatar: ^0.0.4" to clipboard
overlay_group_avatar: ^0.0.4 copied to clipboard

A flutter plugin to horizontal view of overlap group avatar.

overlay_group_avatar #

A flutter plugin to horizontal view of overlap group avatar.

Features #

  • Horizontal view of overlap group avatar.
  • This plugin allow you to do custom shape of avatars

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

App Demo #

Screenshot_20210523_194443

Example #

This plugin allow you to do custom shape of avatars

    //Simple use of OverlapAvatar
    OverlapAvatar(
        insideRadius : 18, ///Determines how much in radius [Default value: 20]
        outSideRadius: 20, ///[outsideRadius must be gretter then insideRadius]Determines how much in radius [Default value: 24] 
        widthFactor : 0.5 ,///  Determines how much in horizontal they should overlap.[Default value: 0.6]
        backgroundImage:  NetworkImage(
        'https://www.jessleewong.com/wp-content/uploads/2019/12/jessleewong_20191109_3.jpg',
        ),
        backgroundColor : Colors.white
    ),
19
likes
120
pub points
72%
popularity

Publisher

unverified uploader

A flutter plugin to horizontal view of overlap group avatar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on overlay_group_avatar