Simone

Results 8 comments of Simone

For **npm** users, I managed to get everything working by installing the master branch version following the instructions found on the [npm page](https://www.npmjs.com/package/flood) > **Installation** ...\ \ Or use @jesec/flood...

Hi everyone, sorry to revive this old discussion. I was working to make this plugin [ADA compliant](https://www.interactiveaccessibility.com/services/ada-compliance) on a client website when I saw this PR. This is a really...

Seems good to me, good job! Now we just have to wait for this PR to be merged 😄

I've got some updates regarding this issue. Today I had time to look at the code and I noticed it's actually an issue coming from the [`http` library](https://github.com/dart-lang/http), precisely from...

Sorry to reopen this, but I did some investigation, and here's a **really** short version of what I managed to discover: - `web_scraper` uses the `http` library, and it makes...

Hi @tusharojha, thanks for the response! The issue with `client.close()` is not related with the issue with the http library, I was just pointing that I noticed that while doing...

After further investigation, I learned that 90% of the issues with `web_scraper` on Flutter Web are related to [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS), since Flutter Web acts more like a server than like a...

Hi @vcua-mobify, Thank you for the quick response! I probably misunderstood how the overrides work, I thought that overriding a hook file would completely "ignore" the one defined inside the...