FLUTTER ECOSYSTEM

Marcus-Software/ms_undraw

UnDraw é um widget Flutter que fornece mais de 1372 ilustrações, projetadas por Katerina Limpitsouni

Capa do projeto ms_undraw
Stars
8
Forks
9
Último push (UTC)
1 de set. de 2025
Status do projeto
Ativo
Marcus Software GitHub avatar
GITHUB Organization

Marcus Software ↗

LinguagensDartRubyHTMLSwiftKotlinObjective-C

Tópicos técnicos

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 8 itens
  • 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_utilDesenvolvimento^0.4.2
  • yamlDesenvolvimento^3.1.3
  • fhir_yamlDesenvolvimento^0.9.0
  • flutter_testDesenvolvimento{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher 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