v4.1.1ms_undraw
更新了 UnDraw 圖庫。這些插圖由 Katerina Limpitsouni 設計。
64喜歡 204近 30 天下載150Pub 分數
AndroidiOSmacOSWindowsLinux
UnDraw 是一個 Flutter 小部件,提供 1372 個以上的插圖,由 Katerina Limpitsouni 設計
>=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.
)