0 purchases
cat avatar generator
Cat Avatar Generator #
Generate awesome cat avatars from mails, names, anything on the fly!
Usage #
Add to pubspec.yaml:
dependencies:
cat_avatar_generator: ^0.1.0
copied to clipboard
Add import:
import 'package:cat_avatar_generator/cat_avatar_generator.dart';
copied to clipboard
Generate avatar:
@override
Widget build(BuildContext context) {
return Container(
color: Colors.white,
child: Image(image: MeowatarImage.fromString("[email protected]")));
}
copied to clipboard
License #
Artworks © by David Revoy
Artworks is licensed under a Creative Commons Attribution 4.0 International License.
Code © by Mateusz Muszyński
Code is licensed under a The 3-Clause BSD License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.