You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
This package depends on dart:io, if I am not mistaken, and cannot work when run on browsers.
But testing it using "pub run test" tries to run its unit tests on browsers, and fails.
The tests should be disabled on platforms that don't support dart:io, shouldn't they?