github_identicon 1.0.1+1 copy "github_identicon: ^1.0.1+1" to clipboard
github_identicon: ^1.0.1+1 copied to clipboard

Github flavor Identicons for Dart&Flutter.

Github Identicon #

A simple package for generating Github flavor Identicons.
There is also a out-of-box component for instant use.

Features #

GithubIdenticonGenerator: The core of this package.
GithhbIdenticon: The out-of-box component.

Getting started #

  1. add github_identicon: ^1.0.1 as a dependency in your pubspec.yaml;
  2. import and use it;
  3. maybe enjoy it I guess?

Usage #

Both GithubIdenticon and GithubIdenticonGenerator have the same args:

https://github.com/RewLight/github_identicon/blob/977e98b2ed1d0a9c1c308ecf1cb02830f142c40f/lib/github_identicon_generator.dart#L8-L19

For example:

import 'package:github_identicon/github_identicon.dart';

GithubIdenticon(
  seed: "octocat",
  size: 256
)

That's it.

License #

MIT License.

0
likes
140
points
4
downloads

Documentation

API reference

Publisher

verified publisherchako.moe

Weekly Downloads

Github flavor Identicons for Dart&Flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter

More

Packages that depend on github_identicon