faqflutter

Last updated:

0 purchases

faqflutter Image
faqflutter Images
Add to Cart

Description:

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 #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.