-
For example: https://ci.chromium.org/ui/p/flutter/builders/try/Windows%20build_tests_1_7/16262/infra
Note:
1. In step 10, we check if Visual Studio is already installed (https://flutter.googlesour…
-
- [x] https://github.com/flutter/flutter/issues/146901
- [x] https://github.com/flutter/flutter/issues/147548
- [x] https://github.com/flutter/flutter/issues/146902
- [x] https://github.com/flutter…
-
The following goldens tests are failing in rfw, thus blocking the Flutter -> packages roll
In argument_decoders_test:
[golden checks](https://github.com/flutter/packages/blob/ef80c44a134981fd3a6155…
-
The post-submit test builder `Linux web_tool_tests` had a flaky ratio 2.94% for the past 15 days, which is above our 1.00% threshold.
One recent flaky example for a same commit: https://ci.chromium…
-
### Description of the Problem:
- Golden tests are failing after upgrading Flutter SDK to `v3.19.4` because fonts are allocating slightly more space.
- As you can see in the diff image below, since …
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the requested feature
Hi, it seems flet cannot …
-
I was noticing some strange behavior with flutter web integration tests where the test failed even though the logs show that "All tests passed". Example log output is in this comment on this PR: https…
-
In https://github.com/superlistapp/super_editor/pull/1649 we added a few tests that drag a scroll bar. This requires hovering over the scroll bar, waiting for it to appear, and then dragging and relea…
-
### Steps to reproduce
1. focus on textfield
2. i press key shift left on my keyboard PDA
3. error screen
4. i can't use other key later :(
I don't know
### Expected results
```
═════…
-
```
import "dart:async";
import "package:flutter_test/flutter_test.dart";
void main() {
Future future;
setUp(() {
future = new Future.value();
});
testWidgets("awaiting future with val…