firstfloorsoftware / giphy_picker

A giphy picker for flutter
BSD 3-Clause "New" or "Revised" License
34 stars 44 forks source link

No option to query giphy stickers #10

Closed tanvish99 closed 4 years ago

tanvish99 commented 4 years ago

Hello, I was trying to implement giphy stickers, emojis and text but there is no option to provide those parameters.

tanvish99 commented 4 years ago

WhatsApp Image 2020-09-08 at 14 48 43

The Giphy UI sdk for android has this option

tanvish99 commented 4 years ago

There is now support for stickers but not for the giphy emojis and text.

kozw commented 4 years ago

Looks like the Giphy API doesn't support emojis and text. Those are only available in the SDKs (taken from https://developers.giphy.com/docs/sdk#content-types)

tanvish99 commented 4 years ago

So is there any way to implement the giphy sdk into flutter?

kozw commented 4 years ago

Probably not, would require the various SDKs for the different platforms. You might be able to pull it off using platforms channels. There are no plans to do this for this picker. It would essentially replace the entire plugin with the native SDK.

tanvish99 commented 4 years ago

okay thanks