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

Collection of beautiful and well-designed illustrations from Flowbite.

example/lib/main.dart

import 'package:flowbite_illustrations/flowbite_illustrations.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'flowbite_illustrations Example',
      home: Scaffold(
        body: Column(
          children: [
            Text(
              'Flowbite Illustrations Example',
              style: Theme.of(context).textTheme.titleLarge,
            ),
            const SizedBox(height: 16.0),
            FlowbiteIllustration(
              data: FlowbiteIllustrationData.storeDiscountOpen,
              color: FlowbiteIllustrationColor.red,
              mode: FlowbiteIllustrationMode.dark,
            ),
          ],
        ),
      ),
    );
  }
}
3
likes
0
points
261
downloads

Publisher

verified publisherhanmajid.com

Weekly Downloads

Collection of beautiful and well-designed illustrations from Flowbite.

Repository (GitHub)
View/report issues

Topics

#assets #illustrations #ui

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flowbite_illustrations