Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Flowy and Squishy UI packages
Last updated: May 18, 2026
Liquid and squishy UI animations (like gooey menus, fluid swiping, and elastic overscrolls) add a layer of playfulness and delight to mobile apps, making them feel organic.
Best Practices for Liquid UI
- Target Touchpoints: Use liquid physics primarily in areas of direct user interaction—such as pull-to-refresh indicators, bottom nav bars, and page transitions—where the physics respond directly to the user's swipe velocity.
- Custom Painters: Complex fluid dynamics are usually achieved by animating bezier curves inside a
CustomPainter. Ensure your painter is optimized and only repaints when necessary to save battery. - Keep it Snappy: While elastic and gooey effects are fun, they should never slow down the user. Keep animation durations short (under 400ms) so the UI doesn't feel sluggish.
The complete list of Liquid, Squishy, Elastic, and Gooey UI animation packages for Flutter is provided below.
liquid_swipe
👍 1.37K ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin to implement liquid Swipe effect to provided widgets.
liquid_pull_to_refresh
👍 822 ⬇️ 30K
Dart 3 compatibleMaintenance Status: Poor
A beautiful and custom refresh indicator with some cool animations and transitions for flutter.
wave
👍 685 ⬇️ 5K
Dart 3 compatibleMaintenance Status: Poor
Widget for displaying waves with custom color, duration, floating and blur effects.
dough
👍 450 ⬇️ 739
Dart 3 compatibleMaintenance Status: Poor
This library provides widgets that can be used to create a smooshy user interface.
fluid_bottom_nav_bar
👍 199 ⬇️ 244
Dart 3 compatibleMaintenance Status: Poor
A beautiful bottom navigation with a fluid animation. Bar color, icons and animation speed are fully customizable.
liquid_container
👍 15 ⬇️ 43
Dart 3 compatibleMaintenance Status: Good
Liquid button container with Hover effect. Easily add liquid effect to your application
liquid_progress_indicator
👍 722 ⬇️ 795
Maintenance Status: Poor
A progress indicator with water-like effect in Flutter. Works similarly to Flutters own ProgressIndicator.
wave_slider
👍 130 ⬇️ 7
Maintenance Status: Poor
A Flutter slider that makes a wave effect when dragged. Does a little bounce when dropped.
gooey_carousel
👍 79 ⬇️ 28
Maintenance Status: Poor
Package to implements a gooey carousel created by gskinner team
flutter_fluid_slider
👍 43 ⬇️ 29
Maintenance Status: Poor
A fluid design slider that works just like the Slider material widget.
