Paul Kepinski
Paul Kepinski
English and german: - [X] search - [ ] WIFI page - [ ] Ethernet page - [ ] Cellular Network page - [x] Bluetooth page - [x] Wallpaper page...
**Before:**  **After:**  @Gitoffthelawn This is the best I can do. I have to use the Yaru color palette, so I can't use another color. And make the dot...
# Problem description I personally always switch my system to a dark theme at night. More and more websites are now supporting this feature, and I always implement a dark...
The dialog is using material default padding which is `EdgeInsets.fromLTRB(0.0, 12.0, 0.0, 16.0)`, and it looks weird:  Imo, we should either remove the padding: ...


There's a lot of properties annotated as `@Deprecated`, we should drop them in the next major release. Like this: https://github.com/ubuntu/yaru.dart/blob/6a88731b72870b4ddca28754b6116bf20c06455d/lib/src/widgets/yaru_linear_progress_indicator.dart#L25-L26 I'll add todo comments to remind us this.
Implement a `YaruNavigationPagePaneLayoutDelegate`, which allows to control a `YaruNavigationPage` pane width. See also: https://github.com/ubuntu-flutter-community/software/issues/895
Oh, this is annoying... I didn't though about a small word followed by a long one (which is quite common in French). The only solution I found would be: ```dart...
**YaruEdgeFocusInterceptor** Intercept focus with callbacks, so you can know if the focus is coming from a previous node or a next one. **YaruSegmentedEntry** An entry, split into multiple segments, which...