FLUTTER ECOSYSTEM

Marcus-Software/ms_undraw

UnDraw एक Flutter विजेट है जो 1372+ चित्र प्रदान करता है, जिसे कैटेरीना लिम्पित्सूनी द्वारा डिज़ाइन किया गया है

ms_undraw प्रोजेक्ट कवर
Stars
8
Forks
9
अंतिम पुश (UTC)
1 सित॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
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