undraw 1.0.1 copy "undraw: ^1.0.1" to clipboard
undraw: ^1.0.1 copied to clipboard

outdated

A new Flutter package for open source illustrations. These illustrations are designed by Katerina Limpitsouni and the application is developed by westdabestdb.

undraw/UnDraw #

UnDraw is a Flutter widget that provides 700+ illustrations, designed by Katerina Limpitsouni and developed by westdabestdb.

Getting Started #

Add this to your package's pubspec.yaml file:

...
dependencies:
  undraw: ^1.0.1

Now in your Dart code, you can use:

import 'package:undraw/undraw.dart';

Usage #

UnDraw(
  color: Colors.red,
  illustration: UnDrawIllustration.mobile_application,
  placeholder: Text("Illustration is loading..."), //optional, default is the CircularProgressIndicator().
)
26
likes
30
pub points
44%
popularity

Publisher

unverified uploader

A new Flutter package for open source illustrations. These illustrations are designed by Katerina Limpitsouni and the application is developed by westdabestdb.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg, http

More

Packages that depend on undraw