FLUTTER ECOSYSTEM

hoomanmmd/fade_out_particle

Flutter 的淡出粒子效果

淡出粒子 项目封面
Stars
41
Forks
6
最近推送(UTC)
2025年7月27日
项目状态
未归档
Hooman GitHub avatar
GITHUB User

Hooman ↗

Mobile Application Developer

语言DartKotlin

此仓库发布的插件

使用的依赖

依赖清单 3 项
  • flutter{"sdk":"flutter"}
  • flutter_test开发依赖{"sdk":"flutter"}
  • flutter_lints开发依赖^2.0.0

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 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'),
)