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

Libraries

faqflutter