FLUTTER ECOSYSTEM

hoomanmmd/fade_out_particle

Fade out Particle effect for Flutter

fade_out_particle project cover
Stars
41
Forks
6
Last push (UTC)
Jul 27, 2025
Project status
Active
Hooman GitHub avatar
GITHUB User

Hooman ↗

Mobile Application Developer

LanguagesDartKotlin

Packages published by this repository

Dependencies used

Dependency list 3 items
  • flutter{"sdk":"flutter"}
  • flutter_testDevelopment{"sdk":"flutter"}
  • flutter_lintsDevelopment^2.0.0

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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'),
)