flutter_easy_faq 1.0.1 copy "flutter_easy_faq: ^1.0.1" to clipboard
flutter_easy_faq: ^1.0.1 copied to clipboard

This package to display FAQs in your Flutter projects as a custom widget.

Screenshot

Features #

Prepare your animated faq list easily.

Installation #

Add package to the the pubspec.yaml.

flutter_easy_faq:
copied to clipboard

Import the package.

import 'package:flutter_easy_faq/easy_faq.dart';
copied to clipboard

Usage #

EasyFaq(
    question: "question?",
    answer: "answer.",
),
copied to clipboard

Properties #

  required String question;
  required String answer;
  TextStyle? questionTextStyle;
  TextStyle? anserTextStyle;
  Duration? duration = const Duration(milliseconds: 100);
  Widget? expandedIcon;
  Widget? collapsedIcon;
  Color? backgroundColor;
  BorderRadiusGeometry? borderRadius;
  EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(
    horizontal: 16,
    vertical: 10,
  );
copied to clipboard
14
likes
140
points
374
downloads

Publisher

verified publishermedialyra.com

Weekly Downloads

2024.09.19 - 2025.04.03

This package to display FAQs in your Flutter projects as a custom widget.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_easy_faq