ms_undraw 2.2.0 copy "ms_undraw: ^2.2.0" to clipboard
ms_undraw: ^2.2.0 copied to clipboard

outdated

A new Flutter package for open source illustrations. These illustrations are designed by Katerina Limpitsouni.

undraw/UnDraw #

UnDraw is a Flutter widget that provides 1277+ illustrations, designed by Katerina Limpitsouni forked from westdabestdb

Disclaimer #

The reason of this library is because initial library is outdated, and a lot of new illustrations is 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!').
)
55
likes
0
pub points
89%
popularity

Publisher

verified publishermarcussoftware.info

A new Flutter package for open source illustrations. These illustrations are designed by Katerina Limpitsouni.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg, http

More

Packages that depend on ms_undraw