-
https://github.com/flutter/flutter/blob/40e8620a27f1a608d4df232936a168f134d64d7c/packages/flutter/lib/src/widgets/form.dart#L279-L285
I find it less convenient to use `!` operator as I don't see a …
-
## Use case
the Flutter `Form` widget can be extremely powerful and has a lot of potential to simplify form implementations. Sadly I'm finding myself having to create my own Form widgets because th…
-
### Steps to reproduce
1. Run the attached code
2. Press tab repeatedly
3. Observe what UI is focused each time the tab key is pressed.
### Expected results
Focus moves from buttons outside to of…
-
Using the Clipboard APIs directly in widget tests can result in confusion since the platform channel calls are just dropped on the floor. The dartdoc https://api.flutter.dev/flutter/services/Clipboard…
-
I am having below widget in one form and using flutter-integration@1.1.3 driver
```
TextField(
key: Key("editText"),
decoration: InputDecoration(
…
-
### Use case
Most non trivial form data entry requirements will include the validation of data across multiple input fields. Currently, there is no simple and effective way of adding form level val…
-
This issue is copied from https://github.com/flutter/flutter/issues/103256
I have been told to open an issue on this repo (https://discord.com/channels/608014603317936148/608021010377080866/1000092…
-
I run the watch command from the tutorial:
```
clj -M -m cljd.build flutter
```
Platform: MacOS 11.6
Java: openjdk 17.0.1 2021-10-19 LTS
Clojure CLI version: 1.11.1.1107
Then after any chan…
-
### Each issue with the enhancement tag will follow a feature development.
The following posts will document the progression of developing the feature day by day.
# Goal of this Issue:
- User…
-
I'm getting this error. It could be because of Null safety. ( May I know if there is any plan to have nullsafe version release for this package? as it I'm using your package in my whole project.) Plea…