-
It seems that overriding `tester.view.devicePixelRatio` to a value that is different to the actual DPR of the browser is crashing some integration tests with the following error:
```
══╡ EXCEPTION…
-
https://github.com/flutter/flutter/issues/100592
https://docs.flutter.dev/cookbook/testing/integration/introduction
https://api.flutter.dev/flutter/flutter_test/WidgetTester-class.html
https://asch…
-
### Use case
`flutter test` shows a warning when we run it on a project that doesn't have a `test` folder.
When I create a new project, from my template, I don't have any tests yet, and the warnin…
-
Destiny doesn't have any tests automation, end-2-end, cross-platform testing and till now mostly was tested manually.
However, it use w-w where main "business" logic sits and library has some tests…
-
### Description
If the app is started without connectivity, as soon as connectivity is restored, the networkStatus event is not dispatched by the datastore hub channel and the related callback is n…
-
**Describe the bug**
When I open a dialog with `showDialog` and I pop it, `verify` tells me it never called `.pop` while it did.
```sh
popping...
popped!
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FR…
-
### Description
Thanks for this project! Hoping to see if this e-mail client works for me on Linux because other options are outdated. I am legally blind and specialize in accessibility and Flutter…
-
(This may well apply to the other desktop platform as well; I haven't tried them, but a lot of the `flutter` code to run desktop apps is similar across platforms.)
STR:
1. Check out flutter/packag…
-
We used to ensure that tests ran in a directory with a space, because it turns out it's very easy to accidentally write code that breaks when paths contain spaces. We stopped doing this at some point …
Hixie updated
1 month ago
-
The marker is flashing (dissapearing and reappearing in the next frame) when it is being animated.
This was discovered a month ago using `v0.0.7`.
Are you aware of this issue? Or maybe it has so…