v4.1.1ms_undraw
업데이트된 UnDraw 라이브러리입니다. 이 일러스트는 케타리나 리مف티스운이 디자인했습니다.
64좋아요 20430일 다운로드150Pub 점수
AndroidiOSmacOSWindowsLinux
UnDraw는 Katerina Limpitsouni가 디자인한 1372개 이상의 일러스트를 제공하는 Flutter 위젯입니다
>=2.0.17 <3.0.0>=1.3.0 <2.0.0>=2.1.5 <3.0.0{"sdk":"flutter"}^0.4.2^3.1.3^0.9.0{"sdk":"flutter"}아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Pub GitHub stars Buy Me A Coffee donate button
UnDraw is a Flutter widget that provides 1540+ illustrations, designed by Katerina Limpitsouni forked from westdabestdb
The reason of this library is that initial library is outdated, and a lot of new illustrations has been released.
https://media.giphy.com/media/MBf2NBhUXaEufSZFfa/giphy.gif
UnDraw(
color: Colors.red,
illustration: UnDrawIllustration.mobile_application,
placeholder: Text("Illustration is loading..."), //optional, default is the CircularProgressIndicator().
errorWidget: Icon(Icons.error_outline, color: Colors.red, size: 50), //optional, default is the Text('Could not load illustration!').
useMemCache: true, // Use a memory cache to store the SVG files. Default is true.
saveToDiskCache: true, // Save the SVG files to the disk cache. Default is true.
)