FLUTTER ECOSYSTEM

Marcus-Software/ms_undraw

UnDraw 是一个 Flutter 小部件,提供 1372 多个插图,由 Katerina Limpitsouni 设计

ms_undraw 项目封面
Stars
8
Forks
9
最近推送(UTC)
2025年9月1日
项目状态
未归档
Marcus Software GitHub avatar
GITHUB Organization

Marcus Software ↗

语言DartRubyHTMLSwiftKotlinObjective-C

技术话题

此仓库发布的插件

使用的依赖

依赖清单 8 项
  • flutter_svg>=2.0.17 <3.0.0
  • http>=1.3.0 <2.0.0
  • path_provider>=2.1.5 <3.0.0
  • flutter{"sdk":"flutter"}
  • cli_util开发依赖^0.4.2
  • yaml开发依赖^3.1.3
  • fhir_yaml开发依赖^0.9.0
  • flutter_test开发依赖{"sdk":"flutter"}

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

undraw/UnDraw

Pub GitHub stars Buy Me A Coffee donate button

UnDraw is a Flutter widget that provides 1540+ 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.

https://media.giphy.com/media/MBf2NBhUXaEufSZFfa/giphy.gif

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!').
  useMemCache: true, // Use a memory cache to store the SVG files. Default is true.
  saveToDiskCache: true, // Save the SVG files to the disk cache. Default is true.
)

See another libs here