-
## Steps to Reproduce
1. In the Flutter repo `cd dev/integration_tests/flutter_gallery`
2. Edit `dev/integration_tests/flutter_gallery/test_driver/run_demos.dart` and throw an exception in the mid…
-
## Bug report
**Describe the bug**
When generating a TotpMultiFactor secret, Firebase on Android throws an `ERROR_REQUIRES_RECENT_LOGIN` regardless of how recent the last sign in was. **Web and iO…
-
- [X] I have updated Purchases SDK to the latest version
- [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md)
- [X] I have searc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
Android
### Description
```dart
final…
-
I was told to report [this issue](https://github.com/flutter/flutter/issues/144124) here.
### Steps to reproduce
- Run `dart create dart_test`
- Add the following to `lib/dart_test.dart`
```da…
-
I want to organized my project and move all the test into different folder. But as of right now, If i run
```
patrol develop -t test/integration_test/home/home_integration_test.dart
```
My ex…
-
The integration test was removed due to flakiness. We need to add it back.
Original bug here: https://github.com/flutter/flutter/issues/111457
-
`package:test` supports `--retry`. See [here](https://pub.dev/documentation/test_api/latest/test_api.scaffolding/Retry-class.html). It'd be great if Flutter Test could re-use the retry logic to also s…
-
```dart
import 'package:flutter/widgets.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('Foo', (widgetTester) async {
print('View physical size: ${widget…
-
This is happening both in the wild and on CI.
A crash report in beta/3.19.0-0.2.pre:
```
PathNotFoundException: Cannot open file, path = '/var/folders/kl/hdgxgrc93gs870zyrkz0dc_m0000gn/T/flutte…