Alan Russian
Alan Russian
**Describe the rule you'd like to see implemented** While profiling my team's code, I noticed we were spending a significant amount of time on constructing the message for check statements...
https://dart.dev/guides/language/language-tour#collection-operators Not sure of a better way to do this than using `Code` today.
We deploy a Flutter app and have been noticing frequent exceptions from our HTTP requests: ``` SocketException: OS Error: Bad file descriptor, errno = 9, address = , port =...
On Android, most apps today tend to use Chrome custom tabs for launching URLs. This provides users with a more seamless experience from their app to the web page that's...
I believe the current implementation produces two iterators: one for `isEmpty` and one for `last`: ```dart /// The last element, or `null` if the iterable is empty. T? get lastOrNull...
We transport data using binary protos. Unfortunately, this means that responses look, for lack of a better term, like garbage in Stetho when using this plugin :( Would it be...
Error messaging for verification with incorrect called value could be more helpful by listing calls
Here's a sample error message: ``` Expected: ... Expected: Actual: Unexpected number of calls package:test expect package:mockito/src/mock.dart 666:5 VerificationResult.called ``` This message would be a lot more useful if it...