python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flutter Bloc - Populate form fields based on selected dropdown item
I'm trying to use flutter bloc to allow a user select an employee name from a dropdown menu and then populate the form fields on the same screen based on the selected employee. These fields could then...
Subtley_Wild
Votes: 0
Answers: 0
How to disable AUTO SUGGESTION in a Textfield in Flutter and other problems with KEYBOARDTYPE in IOS
Am working on a vocabulary learning app (from English to French and vice versa).
When doing quizzes, I would prefer it if user didn't have suggestions on the suggestion bar (as it helps with spelling)...
SylvainJack
Votes: 0
Answers: 1
Calling Function after clicking outside a specific TextField Flutter
I have a form page and there are several TextFields and I want to call a function after clicking outside of one specific textfield. Is there any parameter of TextField that can serve my purpose or any...

Fahmida
Votes: 0
Answers: 2
Flutter: Good practices for FormFields. Do I create a widget for each type of field?
I want to reuse different types of fields in different forms and I have created a separate Widget that returns TextFormField.
Logically, different types of fields have their own validations and other ...
Diana
Votes: 0
Answers: 2