v4.1.1ms_undraw
Aktualisierte UnDraw-Bibliothek. Diese Illustrationen wurden von Katerina Limpitsouni entworfen.
64Likes 20430-Tage-Downloads150Pub-Punkte
AndroidiOSmacOSWindowsLinux
UnDraw ist ein Flutter-Widget mit mehr als 1372 Illustrationen, entworfen von 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"}Englischer Projektschnappschuss. Aktuelle Inhalte auf 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.
)