pixelflux_codecerebrum 1.1.0
pixelflux_codecerebrum: ^1.1.0 copied to clipboard
Official Flutter package of PixelFlux app. Render your PixelFlux (.pxlflux) files in Flutter with full animation control.
Changelog #
All notable changes to this project will be documented in this file.
1.1.0 #
- Introduced layer support for
.pxlfluxprojects:- Multiple layers per project
- Individual layer visibility toggling
- Adjustable opacity per layer
- Updated
PixelFluxCanvasto support layer rendering - Improved performance when handling complex multi-layer animations
0.0.1 #
- Initial release of
pixelflux_codecerebrum - Support for rendering
.pxlfluximage and video projects - Load from assets or network
- PixelFluxCanvas with customizable:
- Canvas size
- Pixel size
- Background color
- Pixel borders
- Animation controls:
- Play, pause, stop, reverse
- Loop modes (once, loop, ping-pong)
- Adjustable playback speed
- Transformation controls:
- Scale, rotate, flip, translate
- Example demo app included