FLUTTER ECOSYSTEM

Marcus-Software/ms_undraw

UnDraw は、Katerina Limpitsouni によって設計された 1372 点以上のイラストを提供する Flutter ウィジェットです

ms_undraw のプロジェクト画像
Stars
8
Forks
9
最終プッシュ(UTC)
2025/09/01
プロジェクト状態
公開中
Marcus Software GitHub avatar
GITHUB Organization

Marcus Software ↗

言語DartRubyHTMLSwiftKotlinObjective-C

技術トピック

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 8 件

元の 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