undraw/UnDraw

UnDraw 是一个 Flutter widget,提供 700 多个插画,由 Katerina Limpitsouni 设计,westdabestdb 开发。

UnDraw

入门

将此添加到您的包的 pubspec.yaml 文件中

...
dependencies:
  undraw: ^1.0.1

现在,在您的 Dart 代码中,您可以使用

import 'package:undraw/undraw.dart';

用法

UnDraw(
  color: Colors.red,
  illustration: UnDrawIllustration.mobile_application,
  placeholder: Text("Illustration is loading..."), //optional, default is the CircularProgressIndicator().
)

GitHub

https://github.com/westdabestdb/undraw