FLUTTER ECOSYSTEM

jlnrrg/avataaars

Avataaars 用の Flutter クラス

avataaars のプロジェクト画像
Stars
7
Forks
7
最終プッシュ(UTC)
2025/09/23
プロジェクト状態
公開中
Jlnrrg GitHub avatar
GITHUB User

Jlnrrg ↗

Germany
言語DartC++CMakeHTMLCSwiftNixShellKotlinObjective-C

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 4 件

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Avataaars

Avataaars is a Flutter package that provides Avataaar classes which enable an easy svg generation of beautiful personal avatars.
This package is heavily inspired by Avataaars Generator.
The original avatars were designed by Pablo Stanley, the Sketch library can be found here.

Presentation

The following Avataaar customizer is not part of this package, but can be found in the example folder.
It should nevertheless showcase the functionality of the Avataaar classes.
(The Color Picker that is visible in the gif, is part of the flex_color_picker package)

random next selection

Usage

  • Create a random Avataaar with Avataaar.random()
  • Edit the individual parts, by making use of the copyWith method.
  • Get the SVG String by calling Avataaar.toSvg()

Label Language Support

Known Errors

By using the flutter_svg package to render the svg strings, it can happen that a warning appears in the console.
This warning is most likely along the lines: "unhandled element filter;".
It is related to this issue.