-
### Steps to reproduce
Create an app with two screens - home one with a `ListView`, another with any widget. Add check that `position.maxScrollExtent > 0` in `ScrollController`'s `onAttach` method. …
-
### Use case
I found this file in windows is a mac binary
D:/Downloads/fluttersdk/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot_arm64
How can I get a file that can run on windows?
##…
-
When running an integration test that interacts with a TextField, multiple errors get thrown from the framework that cause the test to fail. Note that this only happens when not running with the defau…
-
### Steps to reproduce
Hi Team,
We're facing the memory leak when hosting the platform view with UIImageView.
Steps:
- Open and scroll up and down slightly, memory gets bumped and goes h…
-
BottomNavigationBar will cause an Exception when the labels are not rendered due to setting
```
showSelectedLabels: false,
showUnselectedLabels: false,
```
The exception is trigge…
-
### Steps to reproduce
1. Create a flutter application
2. In test, create a test file
3. Copy and paste Code section in
4. Run tests
### Expected results
Both tests passed.
### Actual r…
-
When running the [webview_flutter](https://github.com/flutter/plugins/tree/master/packages/webview_flutter) example on a device with a notch, a blank bar apears on the top of the native view, below th…
-
There are only two items but it doesn't matter. If any item has height bigger scrollable area after reordering it throws en error:
```
======== Exception caught by gesture library ==================…
-
As [reported by @_mono on Twitter]( https://twitter.com/_mono/status/1023733699614060545), the Flutter text selection highlight rect should be computed at the line level as opposed to per glyph. To se…
-
When focusing a widget using `requestFocus`, the focus traversal with the arrow keys is unintuitive.
## Steps to Reproduce
```dart
import 'package:flutter/material.dart';
import 'package:flutt…