tenor_flutter 0.0.3 tenor_flutter: ^0.0.3 copied to clipboard
An opinionated yet customizable Flutter package for searching and selecting from a list of GIFs/Stickers from the Tenor GIF search API.
0.0.3 #
- chore: write tests
- chore: updated/added examples and broke them up for a better experience
- fix: category was displaying
searchTerm
and now it's displayingname
as that is localized from Tenor- added
stripHashtag
(true) toTenorCategoryStyle
so you can display a hashtag before each category name if you'd like (comes like that from Tenor)
- added
- fix: issue where featured category could not be localized
- refactor: expose
keyboardDismissBehavior
as a parameter ofshowAsBottomSheet()
- refactor: expose
searchFieldHintText
as a parameter ofshowAsBottomSheet()
to make localization easier
0.0.2 #
- chore: write tests
- refactor: support
tenor_dart
changes
0.0.1 #
- Initial version