-
I was wondering if you could help me with blocking emojis from being typed into input boxes.
The emoji 🌬️ (and a few others) still get typed into input boxes that have been blacklisted with your r…
-
Maybe I'm misunderstanding something, but when the following field is rendered
```
```
The name of the input is "name", shouldn't it be "foo.name"?
ghost updated
10 years ago
-
In the menifest file, set the theme of FlutterActivity to "fullscreen" and "keyboard_ avoid" is not working
```
…
-
### Summary
I am looking for a feature where it is possible to freeze selected values for start and end date. Means a start or end date cannot be changed. This shall be possible independently, thus d…
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows:
Insert an autoFocus TextField widget into the existing column, as in:
```dart
mainAxisAlignment: …
-
## Steps to Reproduce
1. Run `flutter create ding_bug`.
2. Update the files as follows: ... (this is the sample in the `LogicalKeyboardKey` docs)
main.dart
```
/// Flutter code sample for L…
-
### Steps to reproduce
1. Create storekit configuration and add product with certain id
2. Edit scheme and add storekit into scheme
3. Call function queryProductDetails with certain id and not retu…
-
automatcially scroll vertically by row index feature need
-
https://user-images.githubusercontent.com/12570868/180020978-b7f2269e-4c89-4a8d-b301-a3d48facc556.mp4
## Steps to Reproduce
1. Use iOS to input some Chinese,not choose the exact word;
2. lo…
-
Steps to reproduce:
* Before running the demo app (the interactive SuperTextField demo to be more specific), pass a `TextInputConfiguration` to `DesktopSuperTextField.imeConfiguration`, like
```dart…