ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
179 stars 33 forks source link

feat: YaruDateTimeEntry, YaruSegmentedEntry, YaruEdgeFocusInterceptor #824

Open Jupi007 opened 5 months ago

Jupi007 commented 5 months ago

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 each represents a selectable editable part of the value. This widget provides keyboard navigation, and numeric value manipulation, using keyboard tab and arrow keys.

YaruDateTimeEntry

A YaruSegmentedEntry configured to accepts and validates a datetime entered by a user.

Capture vidéo du 2024-01-08 16-40-31.webm

Related to: #799

TODO:

Coming next: Date picker overlay image