Sunday 4 August 2019

A Flutter widget that provides 700+ illustrations


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().
)

GitHub

— Read More
Latest commit to the master branch on 7-31-2019
Download as zip