Michael McGuiness
Michael McGuiness
I'm not sure if making a test for `readme_excerpts.dart` would be useful since it's just accessing properties from data that's retrieved from an API call.
- Tweaked the README code a tiny bit to make it more testable. - Added a small image (from flutter_image/example/assets) in order to test creating an Image widget from an...
`await XFile.readAsBytes()` seems to be causing an issue on web. It's returning a valid `Uint8List` but for some reason it causes the test to stall indefinitely once it reaches the...
Even after creating a blob instead of loading an asset, I'm still having the same issue as before with `XFile.readAsBytes()`. I can get the test to pass without errors if...