undraw/undraw illustrations
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().
)
Comments are closed.