bazookon / giphy_get

Flutter plugin
MIT License
27 stars 67 forks source link

emojies 100 > limit - Update giphy_tab_detail.dart #50

Closed mobisofts closed 1 year ago

mobisofts commented 1 year ago

With _limit based on screen size automatically set for emoji, the result for desktop is 117. When api.giphy sees a _limit value above 100, it returns an empty result. so when _limit exceeds 100 it is fixed to 100.