Manuel Vargas

Results 14 comments of Manuel Vargas

This is my workaround. I also struggled a lot with this. Hope it helps someone. First, wrap your test in `tester.runAsync()`. Then, use `await tester.pump()` to trigger a frame before...

You're right. I'll keep this open to include it in a possible update.

Yep. That's a nice feature to have. However, it may take some work to implement filtering overall. If you check the [library](https://www.npmjs.com/package/libgen#usage-searching) I'm using as a base for my [API](https://github.com/manuelvargastapia/libgen_api),...

In the upcoming version 1.1.0, the Fiction section supports searching by file extension (just like the web version).

> Any info why is it not supported in Sci-Tech section? As I tried to explain [previously](https://github.com/manuelvargastapia/libgen_mobile_app/issues/10#issuecomment-754955985), the non-official API I used as the backend for the app doesn't currently...

Hi!. Thanks for writing. This error may happen when my server becomes unstable, or due to a problem in Libgen itself. However, I can confirm that the downloads are working...

Hi. I restarted the server. Please, try again. I'm not able to reproduce the issue yet :/

The server has been working fine right now. I'm sorry for the inconvenience

Hi @chstrong. I also struggled a lot with testing Firestore and finally, I used the [cloud_firestore_mocks](https://pub.dev/packages/cloud_firestore_mocks) package. It's still tricky but did the trick. You can check [my code ](https://github.com/manuelvargastapia/highlights/blob/highlights/test/infrastructure/highlight/highlight_repository_test.dart)...

I'm sorry. I just restarted the server. It should be working again.