效果 Flutter 的淡出粒子效果 2022年6月16日 阅读需要1分钟 FadeOutParticle 是一个用于消失视图(如文本和图标)的动画 安装 将此行添加到您的 pubspec dependencies: fade_out_particle: ^1.1.0 用法 FadeOutParticle( disappear: true, child: Text('Fade out Particle'), ) GitHub 查看 Github 效果粒子