jdenticon_flutter

Jdenticons for Flutter


License
MIT

Documentation

jdenticon-dart

pub package

Very messy port of Jdenticons to Dart, will clean up later.

Usage

A simple usage example:

import 'package:jdenticon/jdenticon.dart';

main() {
  var identicon = Jdenticon.toSvg("Leah", 100);
  print("$identicon");
}

Example Icon

License

This library is licensed under the MIT license. Please read the LICENSE file for more information.