cutout 1.0.2
cutout: ^1.0.2 copied to clipboard
A mask-driven cutout widget — punch through content to reveal what's beneath. 蒙版镂空组件,将指定形状从内容中挖除,透出底层背景。
1.0.2 #
- Fixed
includelist in pubspec.yaml — addedanalysis_options.yaml,test/, and fullexample/directory so dartdoc generates API reference on pub.dev.
1.0.1 #
- Added CI/CD workflow — auto-build & deploy Flutter web demo to GitHub Pages.
- Added live demo link on pub.dev & README.
- Added comprehensive bilingual README (EN/CN) with badges, API reference, support section.
- Lowered environment constraints to
sdk: ^3.10.0/flutter: ">=3.38.0"for broader compatibility. - Added Ko-fi support link.
1.0.0 #
Cutoutwidget — punch a mask shape through content viaBlendMode.dstOut.- Supports icons, text, images (transparent PNG), and composable Widgets masks.
- Known limitation: layer-pushing children (
AnimatedSwitcher,Opacity,FadeTransition, etc.) escape thesaveLayerbuffer — engine-level fix required.
