ghost_font 1.0.3 copy "ghost_font: ^1.0.3" to clipboard
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.translate and Matrix4.scale calls with translateByDouble and scaleByDouble to fix pub.dev static analysis warnings.
  • Removed redundant library directive.

1.0.2 #

  • Replaced deprecated Color.red, Color.green, Color.blue, and Color.alpha getters with modern .r, .g, .b, and .a color 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_font package.
  • Added GhostFont widget with customizable noise animation speed, noise scale, colors, and font styling.
  • Implemented hardware-accelerated dual-layer noise masking using CustomPainter and BlendMode.srcIn.
  • Added interactive demo application in example/.
2
likes
160
points
192
downloads

Documentation

API reference

Publisher

verified publisherbalochcodes.com

Weekly Downloads

A Flutter package that creates the viral Ghost Font effect. The text is rendered as moving noise, making it invisible in static screenshots.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ghost_font