v4.1.1ms_undraw
अपडेट किया गया UnDraw लाइब्रेरी। ये चित्रण केतरीना लिम्पित्सूनी द्वारा डिज़ाइन किए गए हैं।
64लाइक 20430-दिन डाउनलोड150Pub अंक
AndroidiOSmacOSWindowsLinux
UnDraw एक Flutter विजेट है जो 1372+ चित्र प्रदान करता है, जिसे कैटेरीना लिम्पित्सूनी द्वारा डिज़ाइन किया गया है
>=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.
)