cutout 1.0.1
cutout: ^1.0.1 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 Flutter:
$ flutter pub add cutoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cutout: ^1.0.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:cutout/cutout.dart';