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

Updated UnDraw library. These illustrations are designed by Katerina Limpitsouni.

undraw/UnDraw #

Pub GitHub stars Buy Me A Coffee donate button

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

Live example

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!').
)

See another libs here

62
likes
150
points
271
downloads

Publisher

verified publishermarcussoftware.info

Weekly Downloads

Updated UnDraw library. These illustrations are designed by Katerina Limpitsouni.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, http

More

Packages that depend on ms_undraw