animated_stack_plus
A flexible and modern animated Floating Action Button (FAB) stack for Flutter with custom icons, builders, and smooth animations.
1.1.1
48 downloads/mo
#4693 most downloaded on pub.dev
hbsgujjar111/animated_stack_plus
What this package is like to depend on
Last release 1 months ago
11 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
10 months old
4 releases · first in 2025
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Oct 2025 to Jul 2026
2026
Releases
latest 4-
1.1.111 Jul 2026Release notes
Open source →Changes
- Replaced example assets with higher-quality, optimized versions.
-
1.1.006 Jul 2026Release notes
Open source →Changes
- Renamed
fabOpenIconandfabCloseIcon(previously restricted to the standardIcontype) tofabOpenWidgetandfabCloseWidgetof typeWidget. This grants full visual design freedom, allowing users to pass SVGs, custom images, or complex widgets.
Added
- Added
fabSize(default:56.0) to customize Floating Action Button dimensions. - Added
actionsSpacing(default:16.0) to define spacing between the FAB and revealed background actions. - Introduced
foregroundDimColorto render an animated fading background color overlay across the translated primary UI.
Fixed
- SnackBar Alignment Break: Repositioned background actions inside the native
FloatingActionButtonLocation.endFloatslot. This resolves the alignment issue where a SnackBar or keyboard shifted the FAB upward, leaving background actions behind. - Hit-Test Boundaries: Introduced a customized
_OverflowTouchStackto bypass default bounding box clipping, ensuring action buttons that extend past physical container sizes are fully clickable. - Visual Overflow Warnings: Removed internal hardcoded constraints (
ConstrainedBox), resolving yellow-and-red stripedBOTTOM OVERFLOWEDvisual layout errors.
Optimizations
- Switched from fractional
SlideTransitionmath to absolute physical pixel translation viaTransform.translate. This completely decouples calculations fromMediaQueryDatainside the build lifecycle, reducing GC allocations and performance overhead.
- Renamed
-
1.0.122 Oct 2025Release notes
Open source →- Improved README with better structure, polished examples, and added demo GIF/video preview for web usage.
-
1.0.022 Oct 2025