neon_text 0.0.5 copy "neon_text: ^0.0.5" to clipboard
neon_text: ^0.0.5 copied to clipboard

A Flutter package to create animated neon glowing text with customizable effects. Supports glow, pulse, and flicker animations with adjustable intensity

NeonText #

A Flutter package for creating animated neon glowing text with customizable effects.

🚀 Features #

✅ Customizable neon glow effect
✅ Smooth animation (Glow & Pulse)
✅ Supports letter spacing, stroke width, and blur radius
✅ Adjustable animation duration and intensity
✅ Works with any font and color

📦 Installation #

Add this package to your pubspec.yaml:

dependencies:
  neon_text: ^0.0.1

Then, run:

flutter pub get

📌 Usage #

NeonText(
    text: "Flutter Neon!",
    neonColor: Colors.blue,
    strokeWidth: 2.0,
    blurRadius: 15,
    animationType: NeonAnimationType.glow,
),

Bugs #

If you encounter any problems, feel free to open an issue.

Credits #

NeonText is developed and maintained by Muneef Nk.

2
likes
160
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to create animated neon glowing text with customizable effects. Supports glow, pulse, and flicker animations with adjustable intensity

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on neon_text