faqflutter 0.1.1 copy "faqflutter: ^0.1.1" to clipboard
faqflutter: ^0.1.1 copied to clipboard

faq flutter widget

FAQ flutter widget

Getting started #

install package flutter pub get faqflutter

Usage #

import package

import 'package:faqflutter/faqflutter.dart';

provide list array of question

FaqFlutter(
          data: [
            ['Question one', 'This is the answer One'],
            ['Question two', 'this is the answer Two']
          ]
        )
        ```

```dart
const like = 'sample';

Additional information #

2
likes
120
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

faq flutter widget

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

expandable_widgets, flutter

More

Packages that depend on faqflutter