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.