ms_undraw 2.2.0+10 ms_undraw: ^2.2.0+10 copied to clipboard
Updated UnDraw library. These illustrations are designed by Katerina Limpitsouni.
undraw/UnDraw #
UnDraw is a Flutter widget that provides 1291+ illustrations, designed by Katerina Limpitsouni forked from westdabestdb
Disclaimer #
The reason of this library is that initial library is outdated, and a lot of new illustrations has been released.
Usage #
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!').
)