name_avatar 0.0.1
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_avatarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
name_avatar: ^0.0.1Alternatively, 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';