-
For years, Flutter's Framework team has been reviewing "notable commits" in our weekly staff meeting at Google. The notable commits are a lightly curated list of the pull requests that have lan…
-
Instead of having to put in the time by literally typing e.g. _"12:24"_, it would be nice, if the user could pick a time with the new `TimePickerDialog`, as that allows for a nicer, more interactive w…
-
```dart
defaultRadius: 30,
```
```dart
theme: lightTheme.copyWith(
inputDecorationTheme: lightTheme.inputDecorationTheme.copyWith(
isDense: true,
contentPadding: co…
-
## Description
when set alarm in the page of creating a new habit, logcat said 'TimePickerDialog: Unable to find keycodes for AM and PM' when I debug this application.
## Steps to reproduce…
-
**Steps to Reproduce**
1. Open [dartpad.dev](https://dartpad.dev/).
2. Copy-paste, the code sample.
3. Notice the results.
**Expected results:**
The border color, of day period chooser (of …
-
The TimePickerDialog text input mode is scrollable when using `useMaterial3: true` flag. When `useMaterial3` is set to false, the dialog is not scrollable.
## Steps to Reproduce
1. Execute…
-
## TimePicker does not follow M3 spec and its WEB M3 spec has a spec typo
The Material 3 spec https://m3.material.io/components/time-pickers/specs depicts in light theme a TimePicker looking like t…
-
### Problem description
Timepicker consider that value is controlled if [this.props.value === null](https://github.com/callemall/material-ui/blob/master/src/TimePicker/TimePicker.js#L165) whereas Dat…
-
I'm having troubles with testing a TImePickerDialog.
I need tests to just click 'OK' in the dialog that pops up, but I can't seem to understand how to find that button.
Before that, I tried to sele…
-
## Problem Description
This bug is hard to reproduce and only happens sometimes: when selecting a time, I get this:
> TypeError: Cannot read property 'getSelectedTime' of undefined
>
> File "webpac…