dominicmh
dominicmh
The numbers presented in the test result don't seem to add up: > 13 tests were completed in 274s with 12 passed, 0 failed and 0 skipped. I don't understand...
Fixes #319 According to the documentation of the [TestDoneEvent](https://github.com/dart-lang/test/blob/master/pkgs/test/doc/json_reporter.md#testdoneevent), the hidden "tests" should be ignored: > The `hidden` attribute indicates that the test's result should be hidden and not counted...
**Description** `very_good packages check licenses` fails to report pubs with unknown licenses (e.g. [rxdart 0.27.7](https://pub.dev/packages/rxdart/versions/0.27.7)): ```bash $ very_good packages check licenses ✓ Retrieved 0 licenses from 1 package. (0.7s) ```...
# Problem On iOS, in case of a native [errSecAuthFailed](https://developer.apple.com/documentation/security/errsecauthfailed) error, `BiometricStorageFile` (`read` or `write`) doesn't map the native error to an `AuthException`. Instead a `PlatformException` is thrown: > PlatformException(SecurityError,...