-
WidgetTester has a method `pageBack` that tries to find a Back button.
```
await tester.pumpWidget(MyWidget());
await tester.tap(find.text('Button'));
await tester.pageBack();
```
…
-
Help needed to make it work
### Github Actions
```yaml
integration_test_windows:
name: Integration Test Windows
runs-on: windows-latest
# if: ${{ false }}
steps:
…
-
Hey there! Ran into this issue and been stuck at it for a while now. Created a little sample project and the issue remains.
Not sure what's going on here. Any help is appreciated but I fear it's a bu…
-
### 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/docs/…
-
hi!
¿has your software language files? i want translate your app spanish
thanks!
-
## Steps to Reproduce
1. Configure go_router with a `ShellRoute` which contains a call to `context.canPop()` as shown below.
2. See `unexpected null value` error when navigating to the page.
3. …
-
I have an app that today supports two languages:
- Swedish
- English
The language support is set up following [this guide](https://flutter.dev/docs/development/accessibility-and-localizatio…
-
By @brickpop in https://github.com/flutter/flutter/issues/72284:
"
The point is that we have the strings, but the material widgets throw an error when the (unsupported) language is selected.
If s…
-
Export Flutter to web,
Test on iOS devices,
The image picker menu position will not be on the Button
use package `image_picker: ^0.8.5+3`
The case of Flutter Web
![](https://i.imgur.com…
-
## Steps to Reproduce
Run the provided code sample as a web application and resize the browser window.
Make it very small, full screen size, tall and slim, small and wide.
**Expected results:**…