coupon_uikit 0.2.1
coupon_uikit: ^0.2.1 copied to clipboard
A UI kit that contains clippers and widgets which implements the shape of the coupon cards
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add coupon_uikitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
coupon_uikit: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:coupon_uikit/coupon_uikit.dart';