Amal Krishna

Results 3 comments of Amal Krishna
trafficstars

It would be great if this minor change were merged soon. The warning when using `decimalPatternDigits` is so annoying. If not, please suggest a way to suppress this warning. For...

@nate-thegrate Thanks for the review. Regarding the concerns: #### Testing I have now added three tests that verify that the instance obtained via the new `.of(context)` is equivalent to obtaining...

Enforcing this is the responsibility of the [`prefer_const_literals_to_create_immutables`](https://dart.dev/diagnostics/prefer_const_literals_to_create_immutables) lint. The suggestion to convert each element of the list comes from the [`prefer_const_constructors`](https://dart.dev/diagnostics/prefer_const_constructors) lint. Hence, in this specific case, effectively `prefer_const_constructors`...