my_profile_avatar 1.0.0 copy "my_profile_avatar: ^1.0.0" to clipboard
my_profile_avatar: ^1.0.0 copied to clipboard

A customizable Flutter package for displaying profile avatars with support for network images, local files, name initials, and placeholder icons.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_profile_avatar

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

dependencies:
  my_profile_avatar: ^1.0.0

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:my_profile_avatar/my_profile_avatar.dart';
1
likes
160
points
129
downloads
screenshot

Publisher

verified publishermomaher.dev

Weekly Downloads

A customizable Flutter package for displaying profile avatars with support for network images, local files, name initials, and placeholder icons.

Repository (GitHub)
View/report issues

Topics

#avatar #profile #image #widget #picture

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on my_profile_avatar