/fade_out_particle

Fade out Particle effect for Flutter

Primary LanguageDartApache License 2.0Apache-2.0

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.1

Usage

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