expandable_cardview 1.0.7 copy "expandable_cardview: ^1.0.7" to clipboard
expandable_cardview: ^1.0.7 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.7

Import Library #

import 'package:expandable_cardview/expandable_cardview.dart';

Usage #

ExpandableCard(
  title: 'Fried Rice',
  deskripsi: 'Fried rice with chicken and egg',
  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 #

Link ke Demo

🚧 Maintainer #

GitHub Ko-fi

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

11
likes
0
pub points
68%
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on expandable_cardview