flutter-form-builder Questions

4

I'm trying to create a Textbutton widget with a disabled property like this: class AppTextButton extends StatelessWidget { final String title; final void Function(BuildContext context) onPress; ...
Warnock asked 31/8, 2021 at 8:12

2

Solved

How can I get the Flutter FormBuilderDateTimePicker to only show the date? The code below produces a time picker after the date picker closes and the output is: flutter: 2022-04-02 00:00:00.000 I...
Indispose asked 3/4, 2022 at 2:28

5

Solved

I want to create a form inside a pop-up with flutter like the image below: popup . how can I do that with flutter?
Therese asked 1/2, 2019 at 13:35

1

Solved

I'm trying to set the value of a field programmatically using flutter_form_builder and it doesn't seem to be in the docs. the controller: class LoggedOutNicknameController extends GetxController { ...
Housefly asked 24/10, 2020 at 4:10

2

Can we get the list of fields in error from Flutter forms after validation ? This will help developers use focus-nodes to redirect the attention to the field in error.
Kyliekylila asked 10/9, 2020 at 16:7

1

I am building a form using the "Flutter Form Builder" package 4.0.2 and trying to add two fields where users enter "tags" via the "material_tag_editor" package 0.0.6 T...
Alejandro asked 29/12, 2020 at 17:41

2

Solved

I am looking for an example of how to handle forms and validation in best practice with GetX? Is there any good example of that or can someone show me an example of how we best can do this?
Impecunious asked 26/10, 2020 at 20:31

1

I'm trying to format the appearance of FormBuilderRate within the flutter_form_builder package (link to package on pub.dev). Specifically, How to eliminate or change the format of horizontal lines...
Whittemore asked 14/12, 2020 at 17:54

0

I have a Form in my app which is long enough to go beyond the screen and is put in a ListView to enable scrolling. My validators are working fine. Though if the form field failing validation is out...
Aceto asked 30/6, 2020 at 15:25
1

© 2022 - 2024 — McMap. All rights reserved.