coupon_uikit 0.3.0 copy "coupon_uikit: ^0.3.0" to clipboard
coupon_uikit: ^0.3.0 copied to clipboard

A UI kit that contains clippers and widgets which implements the shape of the coupon cards

example/lib/main.dart

import 'package:flutter/material.dart';

import 'samples/showcase_screen.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Coupon UI Kit Showcase',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        useMaterial3: true,
      ),
      home: const ShowcaseScreen(),
    );
  }
}
287
likes
160
points
1.56k
downloads

Publisher

verified publisherdevmuaz.com

Weekly Downloads

A UI kit that contains clippers and widgets which implements the shape of the coupon cards

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on coupon_uikit