Omar Jennane

Results 19 comments of Omar Jennane

The grouping part is really nice, it's just the sorting within the group that can be inconvenient. For example, if you have named parameters in a certain order, you may...

> The "getter" methods and "other" methods by default are _not_ sorted... which is why someone requested the two new options that you are asking to be deprecated. They still...

> A more complex case I would like to fully support is: > > ```dart > abstract class Complex with _$Complex { > const factory Complex.a(int value) = ComplexA; >...

Bulkwriter is used to perform a large number of writes in parallel. It doesn't have the 500 docs limits, and it doesn't perform operations atomically. It respects the 500/50/5 rule...

@TimWhiting Could you please explain the usage of the "dependencies" parameter ? I can't find any documentation about it.

Thanks ! > I feel like families have a common use case of creating another provider for the parameter and then overriding it -- effectively creating a scoped provider for...

> * 🔴 For member parameters that have a _valid param transformation_ : The type parameter must extend `BaseModddel`. However, there's no way to convert the type parameter to its...

Note that currently, the TypeTemplate annotation's masks and wildcards don't support nested generics. For example, in a `ListEntity`, the iterableParam can't be of type `List`. This should be fixed before...

Right now I really don't know which way we should go. - **Option 1 :** For the builder, we can either generate it, or make it the annotated class itself....