undraw

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

undraw

undraw/UnDraw #
UnDraw is a Flutter widget that provides 700+ illustrations, designed by Katerina Limpitsouni and developed by westdabestdb.

Getting Started #
Add this to your package's pubspec.yaml file:
...
dependencies:
undraw: ^1.0.2
copied to clipboard
Now in your Dart code, you can use:
import 'package:undraw/undraw.dart';
copied to clipboard
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!').
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.