Mateus Felipe C. C. Pinto
Mateus Felipe C. C. Pinto
> For instance, I don't see how one could write ==/toString/copyWith with this. I don't think those are use-cases for this feature.
@Kemerd Check `dart:typed_data` and `typed_data`.
Yes, it would only be useful for instance setters, and only for a few cases. I feel like there are no downsides (except, obviously, for the resources spent to implement...
> One workaround is to mark such setter with a `@Deprecated('do not use')`, like: > > ```dart > @Deprecated('The list is immutable, do not use'); > @override > void operator[]=(int...
@davidmorgan I think so. The arguments provided in the issue I opened ([#195](https://github.com/dart-lang/language/issues/1958)), when I proposed that only the augmented file should have to annotate the augmented library, were related...
Hello, @AngeloAvv, thank you for your contribution. Can you add tests to guarantee it doesn't stop working with older versions of Android? Also, please, sign your commits, as requested by...
Hello, @AngeloAvv. Yes, you are right. The problem is that before I had this running in a production app, so I could monitor it closely to see if it was...