accordion_widget 1.0.0 copy "accordion_widget: ^1.0.0" to clipboard
accordion_widget: ^1.0.0 copied to clipboard

A customizable and lightweight accordion widget for Flutter.

Accordion Widget #

A highly customizable and lightweight Flutter package for creating accordion-style UI components.

Features #

  • Fully customizable UI
  • Smooth animations
  • Support for dynamic content
  • Easy integration with existing Flutter apps

Installation #

Add this to your pubspec.yaml file:

dependencies:
  accordion_widget: latest_version

Then, run:

flutter pub get

Usage #

Import the package:

import 'package:accordion_widget/accordion_widget.dart';

Example usage:

AccordionWidget(
  title: "Tap to Expand",
  content: Text("This is the expanded content"),
  expandedIcon: Icons.keyboard_arrow_down,
  collapsedIcon: Icons.keyboard_arrow_right,
)

Screenshots #

Collapsed Expanded
Collapsed Expanded

About the Developer #

This package is developed and maintained by Zeyad Nabawy, a passionate Flutter developer focused on creating efficient and reusable UI components.

Connect with me: #

License #

This project is licensed under the MIT License - see the LICENSE file for details.

2
likes
60
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and lightweight accordion widget for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg

More

Packages that depend on accordion_widget