Jonah Walker

Results 7 comments of Jonah Walker

It doesn't really look like these packages are maintained anymore. However, I went ahead and drafted a PR to support NNBD. I wouldn't mind if you all tested this out...

> @lexaknyazev Thanks for the info, I was indeed able to compile nnbd packages using your trick. I personally don't really care about ddc as I enforce the usage of...

Thank you @alextekartik! It looks like the `nodeBuild` function from your helper package does all the heavy lifting of adding the preamble to all dart files. I'll give this a...

After updating my `pubspec` to use `build_web_compilers: ^3.0.0` and using the `build.yaml` example you provided above, it looks like there may be some kind of configuration I'm still missing. Any...

> Here is a possible solution for this #133 Essentially Morgan and I created an optional property you can override called `derived`. If you're just extending or mixing in `equatable`...

@FMorschel , maybe you could create an extension method on your enum that takes in the second enum type and compares them to return `true` or `false`? ```dart MyEnum.equals(MyOtherEnum); //...

Any movement on this? ## My Use Case I'm writing some extension methods for cloud_firestore's `Filter` class that has a named constructor taking up to 30 arguments. I'd love to...