Pierre
Pierre
### Describe the problem The only major performance issue highlighted by Lighthouse regards images. Estimated savings for serving images in next-gen formats, efficiently encoding images, and properly sizing them are...
I was looking for docs about 'adaptive widgets' (e.g. Slider.adaptive) but there don't seem to be any. https://flutter.dev/docs/resources/platform-adaptations was the first Google result so this would be a natural place...
The dev docs have a bunch of slightly different Shrine theme implementations, which are also suboptimal due to changes in the theming system. Write a single canonical Shrine theme and...
Large pieces of code are currently duplicated in markdown and .dart files * Code should only exist in .dart files, * this enables type-checking, code editing, interactive use; all obvious...
Not a simple replacement, some styling properties may be better in a theme (e.g. `TextButtonTheme`), others specified per component (e.g. `TextButtonStyle.from()`). See https://flutter.dev/docs/release/breaking-changes/buttons
Collecting feedback from myself and designers in a single place: - [ ] When Material 2 is on, should swap out `NavigationBar` for `BottomNavigationBar` - [ ] When Material 2...
The [Icons](https://api.flutter.dev/flutter/material/Icons-class.html) class defines icons as `IconData` constants. This has lead a number of devs to use the implementation (e.g. `IconData(57399, fontFamily: 'MaterialIcons')`) rather than the interface `Icons.airplane`. This is...
**Describe the bug** Syntax highlighting (+ other features in comments) don't work if the comment is a certain number of spaces away from the `///`, like it can be in...
Dart fix currently only allow a single element per fix, leading to unnecessary duplication. For example, for each `ThemeData` fix for https://github.com/flutter/flutter/issues/91772), we need 3 identical fixes for the unnamed...
