Cassius Pacheco
Cassius Pacheco
Thank you @jhancock4d for your Web example, @MaikuB for the lib and everyone else for contributing too. I managed to get this working on my web project, finally 🙏 @MaikuB...
> @CassiusPacheco if nothing else works, I suspect closing VS Code and deleting the `~/.dartServer` folder will help (although it doesn't help understand down what's going on). If you delete...
I'm starting to notice this issue coming up more often as I pull code from git remote and switch git branches. For context, it's a monorepo with four different apps...
I haven't tried this particular piece of code, but I've experienced similar issues with my packages where a test method that's marked as `async` but does not perform any `await`...
Hi there, @andye2004, not a problem. As [described in the README](https://github.com/CassiusPacheco/flutter_mvvm#interfaces-abstract-classes), `.abs` is a naming convention I created to identify files that only contain abstract classes (interfaces), so we can...
Thanks for you feedback. Honestly I don't intend to do this, I just want to continue to write the series, so I'll leave this open in case someone else wants...
Hi there, I found out that Nimble has already merged in a generic ThrowError solution for this problem, however it's not out yet in the latest versions. However, if you...