FLUTTER ECOSYSTEM

expansion_tile_card

An "expansion" on the Flutter SDK's standard ExpansionTile, to create a Google Material Theme inspired raised widget, ExpansionTileCard, instead.

expansion_tile_card cover
Latest version
3.0.0
30-day downloads
7.4K
Likes
633
Pub points
150

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

ExpansionTileCard enhances Flutter's built-in ExpansionTile by providing a Material Design-inspired, raised card-like widget with smooth animations and a modern aesthetic. It combines the collapsible functionality of an ExpansionTile with the visual appeal of a card, making it ideal for organizing content in a clean, interactive way. The package is lightweight, easy to integrate, and supports all major platforms. It’s particularly useful for settings panels, FAQs, or any UI requiring expandable sections with a polished look.

Use cases
  • Settings interfaces
  • FAQ sections
  • Collapsible content panels
  • Form step-by-step guides
  • Dashboard summaries
Key features
  • Material Design styling
  • Smooth expand/collapse animations
  • Customizable header and body
  • Supports icons and trailing widgets
  • Cross-platform compatibility
Suitable for
  • Developers seeking polished expandable cards
  • UI designers using Material guidelines
  • Apps with nested or grouped content
Considerations
  • Requires Flutter SDK 2.0+
  • Limited customization beyond standard card properties
  • May impact performance with many instances
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add expansion_tile_card

Categories

Source repository

Related projects