-
Part of postmortem for https://github.com/flutter/flutter/issues/154881
For example: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8737203335879841073/+/u/run_wide_gamut_ios/std…
-
@kevmoo @natebosch
Based on our meeting today, Flutter is hiding `TypeMatcher` and `isInstanceOf` from `test` in all our tests (and in the `flutter_test` package that we export to our users), and in…
Hixie updated
4 weeks ago
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
Any help would be appreciated. No matte…
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am raisi…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues.
### Description
Since for the golden tests, you can add a comparator and make some tolerance: htt…
-
Debugging complex widget tests often involves a lot of debugDumpApp() to look at the current state of the UI but terminal tree dumps are unwieldy. Especially trying to connect widgets with render obje…
xster updated
2 years ago
-
We should add tests (or benchmarks, if only those run on devicelab) to flutter/flutter to ensure `dart:ffi` features work across devices which flutter lab tests on.
Most importantly, this will give…
-
The Leak Tracker currently identifies non-leaks as leaks in Flutter tests for disposable objects.
The following is an example of such a false-positive:
```dart
void main() {
testWidgets("my …
-
We are facing an issue of:
PlatformException(Unexpected security result code, Code: -25299, Message: The specified item already exists in the keychain., -25299, null)
Which is strange because i…
-
When running `google_maps_flutter` example on Android:
```console
You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed …