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.