rounded_letter 0.0.3 copy "rounded_letter: ^0.0.3" to clipboard
rounded_letter: ^0.0.3 copied to clipboard

outdated

Cool placeholder for avatars

🌟 Rounded Letter #

pub package

Useful Flutter widget which allows you to create letter inside circle. Can be used for placeholders (for example user avatars).

🔌 Install #

dependencies:
  rounded_letter: ^0.0.2

💡 Import #

import 'package:rounded_letter/rounded_letter.dart';

❓ Usage #

//minimal example, with default circle size = 40, letter font size = 20 and blue color
RoundedLetter(letter: "A");

//circle with red color and circle size = 40 and letter font size = 20
RoundedLetter.withRedCircle("B", 40, 20);

//circle with green color and circle size = 40 and letter font size = 20
RoundedLetter.withGreenCircle("C", 40, 20);

//circle with blue color and circle size = 40 and letter font size = 20
RoundedLetter.withBlueCircle("D", 40, 20);

Screenshots #

5
likes
0
pub points
61%
popularity

Publisher

unverified uploader

Cool placeholder for avatars

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rounded_letter