avataaars
一個任何人都可以輕鬆創建自己精美的個人頭像的頭像產生器!
用於 Avataaars 的 Flutter 類別
^4.6.1{"sdk":"flutter"}^2.8.0^4.6.1以下為英文專案原文快照,最新內容請造訪 GitHub。
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.
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
Avataaar.random()copyWith method.Avataaar.toSvg()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.