Jonah Walker

Results 11 comments of Jonah Walker

First of all, thank you for all your hard work on this! I'm coming to this from #67. I would also like the ability to use the built in cloudinary...

> (FYI) I tried the latest 12.1.5 Next.js and the workaround I linked above does not work anymore. FWIF, I was able to get the workaround working with 12.1.5. I...

Do any of you run into the issue where running `very_good test --coverage` gives you an error because it's trying to execute the tests inside of your fvm flutter directory?...

@alestiago FVM 3.0 seems to still be in beta. I'll probably just wait until it gets moved to stable. Thanks for your response though!

I ended up downloading v3.0.10 today and had to do the following to get it to work. Not sure if this is available in previous versions or not, but this...

I started converting models over to pattern matching destructuring for JSON results and I personally expected for Maps with a missing key to be set to null when using nullable...

What do you all think about it pulling the exact version from the `pubspec.lock` file if it's available? Example ```yaml ... sdks: dart: ">=3.3.0 =3.19.1" ```

It looks like it's actually building fine in my CI, but not locally. Thanks for the link to the Android guide. I opened up the Android guide, then looked at...

I'm still having trouble getting it to build locally. Is there a debugging technique I can use to better understand what's going on and why I'm receiving a 403 @maios?

> @supposedlysam-bb did you figure out what the problem is? I have not