-
```dart
void main() => runApp(App());
class App extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Material(
child: ListV…
-
## Description
[Android] No AppLifecycleStates changes with WidgetsBindingObserver on Android 12 API 31+ when switching apps.
It works fine on Android API
1. Execute `flutter create --sam…
-
## Steps to Reproduce
1. Create a Text widget.
2. Create a `CircularProgressIndicator` widget, Increase `strokeWidth` to 10 _to better see the issue_.
3. Use `AnimatedCrossFade` widget to toggle …
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
3. Move the slider
**Expected results:** Slider label shape has a consistent transparent colour
**Actual results:** Two stac…
-
Summary: When using a TextPainter to draw font that is very small (0.53 fontSize) on a highly scaled canvas (20x), the font will be positioned above the expected draw region.
Flutter 2.2.3 • channe…
-
## Steps to Reproduce
1. Execute ` flutter run -d chrome` on the code sample
2. Hover over empty space, notice that an Overlay's help cursor is displayed
3. Hover over the focused text f…
-
### Steps to reproduce
Toggle widget rendering using `setState` and `if`.
### Expected results
Toggle widget rendering normally.
### Actual results
Toggle widget rendering with an error.
### Cod…
-
### Steps to reproduce
1- run the sample code
2- close the window that appears
3- the window will close and no dialog is displayed because of that
### Expected results
The window should not…
-
I show a `DraggableScrollableSheet` with `initialChildSize: .5` via `showModalBottomSheet`. While the sheet is "expanded" to its full extent, animating (`animateTo(.5)`) or resetting (`reset()`) the s…
-
Long live scrcpy!
A wonderful tool for years, and a great companion.
However, with electric eel, it may be reaching end of life?
Thank you for your contribution towards developer's happin…