FAQ flutter widget
Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started
install package
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';