Bruno Leroux
Bruno Leroux
Since dartIOVersion 1.6, VM Service doesn't log HTTP request and response bodies in timeline Event (bodies are logged separately using HttpProfile) ```TimelineHttpRequestData``` could be simplified by removing code dealing with...
## Description This PRs fixes an issue where the HTML renderer was not able to draw straight lines when stroke width is zero (For more information see the demo here:...
I tried to put breakpoints in Dart SDK code but those breakpoints are ignored. To reproduce this I setup an environment with : - A fresh SDK installation : ```Dart...
## Description `AppBar.systemOverlayStyle` exposes properties to set system navigation bar style. Those properties are not applied because the `AnnotatedRegion` created by an AppBar is on the top of the screen...
This WIP PR is an attempt to implement a way to synchronize modifier keys state based on pointer data. This is a web only implementation to discuss the implementation choice....
This PR updates `simplistic_editor` for Flutter 3.4 beta. Fixes https://github.com/flutter/samples/issues/1443 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I...
hi, thank you for this useful tool :-) In pubspec.yaml, petitparser dependency is set to this : ">=1.1.3
## Description When an `InkWell` is hovered and enabled, it shows an hover highlight. **Before this PR:** If the `InkWell` is disabled while being hovered, the hover highlight is displayed...
## Description This PR updates `CupertinoNavigationBar` to create an `AnnotatedRegion` which does not set system navigation bar properties. `CupertinoNavigationBar` relies on `SystemUiOverlayStyle.light` and `SystemUiOverlayStyle.dark` which set some system navigation bar...
## Description This PR cleanup `PageTransitionsTheme` documentation and adds one example to show how to set a custom `PageTransitionsTheme` for a `MaterialApp`. ## Related Issue Fixes https://github.com/flutter/flutter/issues/121700 ## Tests Adds...