tenor_flutter 0.1.2
tenor_flutter: ^0.1.2 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.1.2 #
- fix: the endless loop can still happen if you switch between tabs quickly and time it perfectly while still loading gifs.
0.1.1 #
- fix: if you switch tabs very quickly before the initial gif fetch then you will get stuck in an endless loop and crash the app.
0.1.0 #
- feat: Integrate tenor_dart's new
TenorResult.sourceparameter to track which tab the GIF was selected from for analytics - fix: not being able to scroll down to load more on tablets or when using display zoom on iPad
- refactor:
TenorViewEmojis,TenorViewGifs,TenorViewStickersandTenorTabViewnow have agifsPerRowparameter instead ofmediaWidthto be more explicit and support a wider range of devices
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
animationStyleas a parameter ofTenorStyle - refactor: expose
initialExtentas a parameter ofshowAsBottomSheet(), defaults tomaxExtentif not used - refactor: expose
snapSizesas a parameter ofshowAsBottomSheet() - refactor: expose
useSafeAreaas 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
searchTermand now it's displayingnameas that is localized from Tenor- added
stripHashtag(true) toTenorCategoryStyleso 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
keyboardDismissBehavioras a parameter ofshowAsBottomSheet() - refactor: expose
searchFieldHintTextas a parameter ofshowAsBottomSheet()to make localization easier
0.0.2 #
- chore: write tests
- refactor: support
tenor_dartchanges
0.0.1 #
- Initial version