alphatar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

alphatar

Alphatar #

Create an avatar with the initials of your text.
Screenshot #



Installation #
In the dependencies: section of your pubspec.yaml, add the following line:
alphatar: <latest_version>
copied to clipboard
Usage #
You can use it very easily. For example:
class Example extends StatelessWidget {
const Example({Key key}) : super(key: key);

@override
Widget build(BuildContext context) {
return Container(
alignment: Alignment.center,
child: Alphatar(
initials: "Alice",
backgroundColor: Colors.purple[900],
onTap: () => print("Awesome!"),
),
);
}
}
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.