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

A Flutter package for creating animated neon glowing text.

NeonText - Flutter Package 🎨✨ #

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,
      ),
2
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating animated neon glowing text.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on neon_text