v1.2.2fade_out_particle
Fade out particle effect for disappearing views like Text and Icon
162Likes 22230-day downloads160Pub points
AndroidiOSWebmacOSWindowsLinux
Fade out Particle effect for Flutter
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0English project snapshot. Visit GitHub for the latest content.
FadeOutParticle is an animation for disappearing views like Text and Icon
Add this line to your pubspec:
dependencies:
fade_out_particle: ^1.2.1
FadeOutParticle(
disappear: true,
child: Text('Fade out Particle'),
)