ghost_font 1.0.3
ghost_font: ^1.0.3 copied to clipboard
A Flutter package that creates the viral Ghost Font effect. The text is rendered as moving noise, making it invisible in static screenshots.
1.0.3 #
- Replaced deprecated
Matrix4.translateandMatrix4.scalecalls withtranslateByDoubleandscaleByDoubleto fix pub.dev static analysis warnings. - Removed redundant library directive.
1.0.2 #
- Replaced deprecated
Color.red,Color.green,Color.blue, andColor.alphagetters with modern.r,.g,.b, and.acolor channels for 100% pub.dev score compatibility. - Formatted all source files with
dart format.
1.0.1 #
- Updated documentation and cleaned up internal package metadata.
1.0.0 #
- Initial release of the
ghost_fontpackage. - Added
GhostFontwidget with customizable noise animation speed, noise scale, colors, and font styling. - Implemented hardware-accelerated dual-layer noise masking using
CustomPainterandBlendMode.srcIn. - Added interactive demo application in
example/.