FadeOutParticle is an animation for disappearing views like Text and Icon

FadeOutParticle

Installation

Add this line to your pubspec:

dependencies:  
 fade_out_particle: ^1.2.0

Usage

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

Libraries

fade_out_particle