name_avatar 0.0.1 copy "name_avatar: ^0.0.1" to clipboard
name_avatar: ^0.0.1 copied to clipboard

The NameAvatar widget in Flutter is a versatile widget designed to showcase a circular avatar along with text representing a name. It serves as a convenient tool for showcasing user avatars across dif [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add name_avatar

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

dependencies:
  name_avatar: ^0.0.1

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:name_avatar/name_avatar.dart';
3
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

The NameAvatar widget in Flutter is a versatile widget designed to showcase a circular avatar along with text representing a name. It serves as a convenient tool for showcasing user avatars across different applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on name_avatar