Overview
A simple Flutter widget that enables smooth folding and unfolding animations for card-like components. By providing a frontWidget and an innerWidget, users can create interactive expandable cells ideal for collapsible content sections. The package supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux, making it versatile for cross-platform apps. It's lightweight and easy to integrate, focusing on clean UI transitions without complex setup.
Use cases
- Creating expandable profile cards
- Building interactive FAQ sections
- Designing collapsible task lists
- Implementing animated product details
- Developing responsive navigation drawers
Key features
- Smooth fold/unfold animations
- Support for custom front and inner widgets
- Cross-platform compatibility
- Minimal configuration required
- Lightweight and performant
Suitable for
- Simple expandable UIs
- Card-based interfaces
- Mobile-first designs
- Prototyping interactive layouts
- Apps needing subtle animations
Considerations
- Limited customization beyond basic folding
- Not suitable for complex nested animations
- May require additional styling for advanced visuals
- Best for single-level folding only
- Performance may vary with heavy inner widgets
