expandable_cardview 1.0.9 copy "expandable_cardview: ^1.0.9" to clipboard
expandable_cardview: ^1.0.9 copied to clipboard

The ExpandableCard widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections.

Expandable Card Widget Library #

expandable card

Description #

The ExpandableCard widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections.

Add Dependency #

To use expandable_cardview, add this dependency to your pubspec.yaml file:

dependencies:
  expandable_cardview: ^1.0.9

Import Library #

import 'package:expandable_cardview/expandable_cardview.dart';

Usage #

ExpandableCard(
  title: 'Fried Rice',
  description: 'Confirmed Order',
  button2Value: 'Buy Now',
  sectionRowCount: 3,
  sectionRowTitles: const ['Review', 'Order', 'Shipping'],
  totalText: 3,
  backgroundColor: Colors.white,
  elevation: 4.0,
  button2Elevation: 5.0,
  button2Color: Colors.blue,
  button1TextColor: Colors.black,
  button2BorderRadius: 5.0,
  cardBorderRadius: 10,
  sectionRowData: const {
  'Review': ['Good portion size','Taste good','Overall good'],
  'Order': ['Fried Rice', '1', 'RM 10.00'],
  'Shipping': ['Street 1', 'City 1', '12345'],
  },
  onPressedButton2: () {
      //do something
  },
);

Demos #

Check out the demo video through this link

🚧 Maintainer #

GitHub Ko-fi

Muhammad Yaasiin Hidayatulloh
📫 How to reach me: myaasiinh@gmail.com

11
likes
150
pub points
67%
popularity

Publisher

unverified uploader

The ExpandableCard widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on expandable_cardview