FadeOutParticle is an animation for disappearing views like Text and Icon

FadeOutParticle

Installation

Add this line to your pubspec:

dependencies:  
 fade_out_particle: ^1.1.0

Usage

FadeOutParticle(
    disappear: true,
    child: Text('Fade out Particle'),
)

GitHub

View Github