colorize_text_avatar 1.0.0 copy "colorize_text_avatar: ^1.0.0" to clipboard
colorize_text_avatar: ^1.0.0 copied to clipboard

outdated

Colorize Text Avatar is a package to generate avatar based on your user initials.

Colorize Text Avatar #

Colorize Text Avatar is a package to generate avatar based on your user initials. It supports to generate avatars based on your specification or it colorize your avatar by using predefined colors. Enjoy it!

[Colorize Text Avatar]

Getting Started 🔥 #

It is an easy and powerfull package to generate text avatars for your users!

Let's see how to generate an avatar easily!

Usage of Colorize Text Avatar 😎 #

Here is the only mandatory parameter is text.

TextAvatar(
    text: "Deniz Çolak",
),

[Colorize Text Avatar]

Parameters of Text Avatar 😎 #

Here is the predefined shapes: Rectangle, Circular or None, if no shape is null the default value similar with Rectangle but not same.

Shape.Rectangle, Shape.Circular, Shape.None can be use.

TextAvatar(
    shape: Shape.Circular,
    text: "Deniz Çolak"
)

[Colorize Text Avatar]

numberLetters parameter allows user to generate Avatar more specific number of character.

Developer can predefine size and numberLetters, if numberletters is null the default value is 1.

TextAvatar(
    shape: Shape.Rectangle,
    size: 35,
    numberLetters: 2,

)

[Colorize Text Avatar]

Other parameters can be change according to your specification.

Developers can extend the TextAvatar model according to their specification, currently below parameters are supported.

TextAvatar(
    shape: Shape.Circular,
    size: 35
    textColor: Colors.white,
    fontSize: 14,
    fontWeight: FontWeight.w600,
    upperCase: true,
    backgroundColor: Colors.black,
    numberLetters: 1,

    text: this.widget.userdata.fullname,
)

License #

License

2021

Youtube Channel #

--- Youtube

52
likes
0
points
408
downloads

Publisher

unverified uploader

Weekly Downloads

Colorize Text Avatar is a package to generate avatar based on your user initials.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on colorize_text_avatar