Effect Fade out Particle effect for Flutter Jun 16, 2022 1 min read FadeOutParticle is an animation for disappearing views like Text and Icon Installation Add this line to your pubspec: dependencies: fade_out_particle: ^1.1.0 Usage FadeOutParticle( disappear: true, child: Text('Fade out Particle'), ) GitHub View Github EffectParticle
Effect Enhance your Flutter app with a stylish scroll fading effect Implement a fading scroll effect in Flutter behind the BottomNavigationBar as the scroll approaches its end. 13 April 2024
Images Pixel Automata Image Effects using Flutter The "Pixel Automata Image Effects" experiment involves applying Wolfram's Elementary Cellular Automaton rules to generate effects on images. 22 January 2024
List A drop-in replacement for Flutter ListView.builder, providing an elastic overscroll effect A drop-in replacement for Flutter ListView.builder, providing an elastic overscroll effect 18 January 2024