cutout 1.0.0 copy "cutout: ^1.0.0" to clipboard
cutout: ^1.0.0 copied to clipboard

A mask-driven cutout widget — punch through content to reveal what's beneath. 蒙版镂空组件,将指定形状从内容中挖除,透出底层背景。

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cutout

With Flutter:

 $ flutter pub add cutout

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cutout: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cutout/cutout.dart';
1
likes
0
points
74
downloads

Publisher

verified publishernoob-coder.com

Weekly Downloads

A mask-driven cutout widget — punch through content to reveal what's beneath. 蒙版镂空组件,将指定形状从内容中挖除,透出底层背景。

Homepage
Repository (GitHub)
View/report issues

Topics

#widget #ui #user-interface #components #hollow

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cutout