Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasEcalle committed Jul 25, 2019
1 parent 6907d3d commit baf639d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ To use this plugin, add flappy_search_bar as a dependency in your pubspec.yaml f
}
```

### Warning

If you want to use a SearchBarController in order to do some sorts or filters, PLEASE put your instance of SearchBarController in a StateFullWidget.

If not, it will not work properly.

If you don't use an instance of SearchBarController, you can keep everything in a StateLessWidget !


### Parameters

| Name | Type | Usage | Required | Default Value |
Expand Down

0 comments on commit baf639d

Please sign in to comment.