v4.1.1ms_undraw
UnDraw ライブラリを更新しました。これらのイラストは Katerina Limpitsouni によって設計されています。
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.
)