flutter_shader_fx 0.0.2
flutter_shader_fx: ^0.0.2 copied to clipboard
Pre-built, Impeller-optimized shader effects for Flutter. Add GPU-accelerated visuals with simple widgets—no GLSL required. Plasma and Glitch effects available
0.0.2 Glitch Background Effect #
- Added new glitch background effect with 5 different glitch types:
- Digital: RGB channel splitting with block displacement
- Analog: VHS-style artifacts with scanlines and color bleeding
- Corruption: Random pixel corruption and bit-shift artifacts
- Tearing: Horizontal screen tearing with displacement
- Wave: Sine wave distortion with interference patterns
- Interactive touch support for glitch effects
- Performance-optimized shader implementation
- Comprehensive glitch type enum for easy customization
0.0.1 Initial release #
- First public preview
- Plasma background effect
- Core structure scaffolding (widgets, shaders directory, example app skeleton)
- Documentation: README, license, basic analysis options