-
add support to Flutter for mobile apps i testing, this moment add button do show [DartPad editor](https://github.com/dart-lang/dart-pad) for watch preview the flutter app compiled in web browser.
!…
-
### Steps to reproduce
Add the following to `pubspec.yaml`:
```
integration_test:
sdk: flutter
```
Setup project for UI testing:
https://github.com/flutter/flutter/tree/main/packages/in…
-
### Type of Request
bug
### Infrastructure Environment
https://github.com/flutter/flutter/pull/150808#issuecomment-2192287709
"Looks like we can't force the tests to run in pre-submit, ex:
https:…
-
This is a meta issue to track work related to 1) adding more repositories to our flutter-analyze try bot, and 2) relax some of the analysis settings on the flutter/tests contributed tests repo. The ge…
-
### Steps to reproduce
Clone the project and run `patrol test`
### Actual results
Verbose Log
example git:(master) ✗ patrol test --verbose
Verbose mode enabled. More logs will be printed.…
-
Prerequisites:
- [x] https://github.com/flutter/flutter/pull/146256
- [x] https://github.com/flutter/flutter/issues/146901
- [ ] https://github.com/googlemaps/ios-maps-sdk/issues/10
---
Follo…
-
Triaged as positive in https://github.com/flutter/engine/pull/50730, the external texture tests are known to be incorrect but still marked positive to work around the emulator issues tracked in https:…
-
### Steps to reproduce
Hi,
We’re currently automating tests for a hybrid Flutter-Native app. Since our app includes LTE-specific flows, we need to disconnect the iPhone from Wi-Fi to test LTE fl…
-
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8747956743136702833/+/u/test:_Host_Tests_for_host_debug/stdout
Both failed with:
```
[FATAL:flutter/impeller/base/validation.cc(5…
-
**Description**
Installing Shorebird automatically pulls down Shorebird's Flutter and Dart so our E2E tests do not need to use the setup-flutter or setup-dart actions to pre-install a system Flutte…