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).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rounded_letter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rounded_letter: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rounded_letter/rounded_letter.dart';
5
likes
40
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

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

Packages that implement rounded_letter