faqflutter 0.1.1
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';