Pierre

Results 88 issues of 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...

infrastructure
p2-medium
e2-days
marketing

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...

p2-medium
e2-days

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...

p2

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...

enhancement
P1

**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...

is bug
blocked on dart / flutter
in editor
in lsp/analysis server

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...

area-analyzer
P2
analyzer-data-driven-fixes

![image](https://user-images.githubusercontent.com/6655696/186094229-25175ad9-c3bd-43d1-b79f-cd947a56856a.png)

bug
P1