Last updated:
0 purchases
faqflutter
FAQ flutter widget
Getting started #
install package flutter pub get faqflutter
Usage #
import package
import 'package:faqflutter/faqflutter.dart';
copied to clipboard
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';
copied to clipboard
Additional information #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.