flutter_blend_mask 1.0.0+1
flutter_blend_mask: ^1.0.0+1 copied to clipboard
A Flutter widget that applies BlendMode effects to its child widgets with proper layer compositing.
Changelog #
1.0.0 #
Added #
- Initial release of BlendMask widget
BlendMaskwidget with proper layer compositing for BlendMode effects- Support for all Flutter BlendMode values
- Configurable opacity parameter (0.0 to 1.0)
- Clean architecture with separated concerns (widgets, rendering)
- Comprehensive documentation and examples
- Support for complex widget hierarchies (Stack, etc.)
- Proper error handling and assertions
- Debug properties support for Flutter Inspector
Features #
- ✅ Proper BlendMode support in Stack widgets
- ✅ Configurable opacity control
- ✅ Clean and simple API
- ✅ Optimized rendering performance
- ✅ Full Flutter widget lifecycle support