Omar Jennane

Results 7 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...