bazookon / giphy_get

Flutter plugin
MIT License
27 stars 67 forks source link

Add debounce to moderate queries #36

Closed ScottWallace closed 1 year ago

ScottWallace commented 2 years ago

Adds the parameter debounceTimeInMilliseconds defaulting to 350 to stop overwhelming of queries against giphy.

simplenotezy commented 1 year ago

Nice adittion, highly welcomed (I noticed we needed the same).

However, I tried running your library but it fails:

image

LateInitializationError: Field '_appBarProvider@63369799' has not been initialized.
simplenotezy commented 1 year ago

Fixed it here: https://github.com/simplenotezy/giphy_get/commit/fc7587cef54ba62d79644263d62404b3fd4f088e

I am planning on creating a separate PR that includes your fix, my feature as well as a few adjustments to code, to make it easier for @bazookon to simply merge it.