flutter_undraw 0.1.0 copy "flutter_undraw: ^0.1.0" to clipboard
flutter_undraw: ^0.1.0 copied to clipboard

Undraw.co Illustrations for Flutter with customization options

Undraw.co for Flutter #

A Flutter package to use undraw.co illustrations in your app. With also the ability to change the color of the illustrations.

Getting Started #

Run the following command:

flutter pub add flutter_undraw
copied to clipboard

Usage #

import 'package:flutter_undraw/flutter_undraw.dart';

class MyWidget extends StatelessWidget {
  const MyWidget({super.key});

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: Undraw(
          illustration: UndrawIllustration.bugFixing,
          color: Colors.red,
        ),
      ),
    );
  }
}

copied to clipboard

License #

MIT

NB: This package is not affiliated with undraw.co. Every illustration is Licensed by undraw.co. This library only provides a way to use the illustrations in your Flutter app. So, we won't be responsible for any misuse of the illustrations' license.

Although these illustrations are also MIT licensed.

3
likes
0
points
934
downloads

Publisher

verified publisherkrtirtho.dev

Weekly Downloads

2024.09.11 - 2025.03.26

Undraw.co Illustrations for Flutter with customization options

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_undraw