Right now giphy_get is great but the look and feel cannot be customized to match the app's brand.
Here is a screenshot with things that might be useful to customize:
Modal handlebar
Search bar including :
search icon (the icon itself and its color)
text style (font, size, color, etc)
closing icon (the icon itself and its color)
GIF previews shapes (e.g. more or less rounded)
Text or widget "powered by GIPHY". It would be particulary useful to be able to replace this with a custom component to support translation
I know that package giphy_picker allows for more customization (but I can't use it because they don't allow opening the picker in a modal view and opens a new page instead), would it make sense to use the same types of optional builders for each part of the modal to build the modal with customized widgets ?
Right now giphy_get is great but the look and feel cannot be customized to match the app's brand.
Here is a screenshot with things that might be useful to customize:
I know that package giphy_picker allows for more customization (but I can't use it because they don't allow opening the picker in a modal view and opens a new page instead), would it make sense to use the same types of optional builders for each part of the modal to build the modal with customized widgets ?
I could propose a PR for this, let me know