ems_avatar 0.0.3
ems_avatar: ^0.0.3 copied to clipboard
library to display the image from a url in the form of a circle
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ems_avatarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ems_avatar: ^0.0.3Alternatively, 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:ems_avatar/ems_avatar.dart';