- FIX: Fixed lint warning
- DOC: Fixed doc
- FEAT: Added shader version of effect
- FIX: Added glitch amount limitation for shader version due to https://stackoverflow.com/questions/38986208/webgl-loop-index-cannot-be-compared-with-non-constant-expression.
- FEAT:Added shader based version of widget.
- BREAKING: increased minimum dart version up to 3.0.0
- Fixed incorrect usage of
showDistortions
instead ofshowColorChannels
. - Fixed not showing
ColorChannel
if the list of colors contains a single color.
- updated README.MD
- AnimatedController values are now mutable
- updated README.MD
- updated README.MD
- updated README.MD
- Fixed unused DistortionShift.hideDelay
- Changed controller arguments for shifts (shifting -> shift)
Fixed doc
Fixed doc
- Initial release