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

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

0.0.6 #

  • Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.

0.0.5 #

  • Added support for bold and italic text effect
  • Widget optimization

0.0.4 #

  • Added support for triangle, hexagon and pentagon
  • Added support for click detection. Use ClickListener to detect click. To get know which element was pressed, setup key parameter
  • Code refactor

0.0.3 #

  • Added border feature. Use borderWidth and borderColor to setup border.
  • Added rectangle shape. To use rectangle, specify shapeType: ShapeType.rectangle.
  • Added support for 2 letters.

0.0.2 #

  • Better letter M and W positioning
  • Code refactor
  • Bug fixes

0.0.1 #

  • Initial version
6
likes
40
pub points
56%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on rounded_letter