-
### Steps to reproduce
1. Use the example App for Flutter WebView[webview_flutter].
2. On building it over the physical device, turn on the accessibility voiceOver/TalkBack.
3. After that try fo …
-
### Steps to reproduce
Run the following test code:
Code sample
```dart
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
WidgetCo…
-
After navigating the semantics nodes with a screen reader (right/left swipes), entering a new page (`Navigator.push`), and returning from it (`Navigator.pop`), the screen reader is focused on the begi…
-
### Steps to reproduce
1. Run the code sample
2. Drag the screen horizontally
### Expected results
Prints:
```
flutter: onLongPressDown
flutter: onLongPressCancel
flutter: onHorizontalDr…
-
### Steps to Reproduce
1. Execute `flutter run` on the code sample.
2. The background of the gray square isn't blurred.
### Actual results
Only sides of the square are blurred, but not it's ba…
-
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remo…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
主要就是flutter_cache_manager, cached_network_image这两个库的版本问题,更新一下就好了
-
### Steps to reproduce
1. Run `dart run build_runner build --delete-conflicting-outputs` to generate the routes.
2. Go to the authentication screen.
3. Press the `LoginButton`.
4. Press the browse…
-
GoRouter's [canPop](https://pub.dev/documentation/go_router/latest/go_router/GoRouter/canPop.html) method gives out of date results until the following frame after the navigation.
### Steps to repr…