Felix Angelov
Felix Angelov
Also seems related to https://github.com/felangel/mocktail/issues/179
If anyone is still having this issue can you please provide a link to a minimal reproduction sample? it's much easier for me to help if I'm able to reproduce...
Hi @alestiago thanks for opening the issue! Do you have an idea for what the implementation would look like? I don’t see how you would be able to achieve the...
I'm guessing it's because of the generic type not matching. Glad you figured it out!
@alestiago thanks for triaging this! I really appreciate it 🙏 We should definitely add more context to the docs regarding generics and potentially even update the FAQs section as well...
> > Yes, you need a "Fake" Uri as [described in the README](https://github.com/felangel/mocktail/tree/main/packages/mocktail#how-it-works). There's a good example in the `bloc` library `weather` example's [meta_weather_api_client_test](https://github.com/felangel/bloc/blob/master/examples/flutter_weather/packages/meta_weather_api/test/meta_weather_api_client_test.dart) > > To get it going...
@n1h41 can’t you provide a minimal reproduction sample?
Closing this for now since the issue is quite old and there aren't any actionable next steps. If anyone is still facing an issue please file a new bug and...
Discussion Notes: To support this we propose introducing two new subcommands: ```sh # use dart test very_good test dart # use flutter test very_good test flutter ``` In addition to...
This has been fixed in #96