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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ghost_font

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ghost_font: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ghost_font/ghost_font.dart';
2
likes
160
points
202
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