circular_badge_avatar 0.0.1 circular_badge_avatar: ^0.0.1 copied to clipboard
A useful flutter package to make a cicular avater with with badge.
Description #
A useful flutter package to make a cicular avater with with badge. This widget redure you ro write a lots of code
Features #
Can change circular background color Can set own letters Able to chnage the badge color
Getting started #
Just add this in your dependecies circular_badge_avatar:
and import this where you want to use the Widget import 'package:circular_badge_avatar/circular_badge_avatar.dart';
Usage #
TO get a clear idea plese see at the example folder
to /example
folder.
Here is an example how to use this widget in your code
CircularBadgeAvatar(
centeralText: "AI",
icon: Icons.info_outline_rounded,
textColor: Colors.white,
iconColor: Colors.lightBlue.shade900,
icongBg: Colors.white,
bgColor: Colors.red,
borderColor: Colors.blueGrey,
),
Additional information #
For more and help us to improve this package feel to visit https://github.com/muktabd/circular_badge_avatar.git
Visit me: www.muktabd.info