tenor_flutter 0.0.5 tenor_flutter: ^0.0.5 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.5 #
- fix: error when only one tab is passed in
0.0.4 #
- feature: add
coverAppBar
(false) to disable calculations preventing bottom sheet from covering AppBar - refactor: expose
animationStyle
as a parameter ofTenorStyle
- refactor: expose
initialExtent
as a parameter ofshowAsBottomSheet()
, defaults tomaxExtent
if not used - refactor: expose
snapSizes
as a parameter ofshowAsBottomSheet()
- refactor: expose
useSafeArea
as a parameter ofshowAsBottomSheet()
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