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