fluid_motions 0.0.5
fluid_motions: ^0.0.5 copied to clipboard
A declarative, physics-based fluid animation and gesture package for Flutter, inspired by Framer Motion.
0.0.5 #
- ✨ NEW: Added
FluidActionButton, an interactive fluid action button with hover and tap scale animations. - ✨ NEW: Added
FluidSwitch, an interactive, fully animated custom switch widget with thumb scaling and color transitions. - Update: Expanded example app with
WidgetsandMechanismsviews to demonstrate the new components and animations in action.
0.0.4 #
- Feature: Introduced the new Extension API (
.fluidInteractable()and.fluidDraggable()) for cleaner, declarative widget wrapping without manual state management. - Documentation: Major README overhaul for a more professional presentation, detailing all core features and usage examples.
- NEW EXAMPLE APP: Added a comprehensive example app to demonstrate the features of Fluid Motions.
0.0.3 #
- ✨ NEW: Added
FluidInteractable, a magical widget that automatically handles tap and hover gestures with continuous spring physics. No manual state management needed! - Update: Added Matrix4 deprecation fixes and cleanup.
- Update: Enhanced documentation and example app showcasing
FluidInteractable.
0.0.2 #
- Package setup and configuration improvements. Coming new widgets and design features!
0.0.1 #
- Initial release: Includes
FluidContainer,FluidDraggable, andFluidSpringConfig.