Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
27 views

I have a problem that when I enter a page the keyboard is displayed for a second and then hidden, what could this be related to? @override void initState() { super.initState(); WidgetsBinding....
0 votes
0 answers
59 views

I am developing an app for Android TV using flutter. I am currently working on the login page which has three widgets. I wrapped the form widget with a FocusableActionDetector Widget. This the ...
0 votes
1 answer
193 views

I have three screens to navigate and second screen should get the autofocus on one TextFormField. Somehow my keyboard didn't want to close when I switched screen. Also tried with FocusNode and when I ...
1 vote
0 answers
205 views

Currently, when I focus on the input (keyboard is activated) and send my app to the background and then bring it back to the foreground, the focus becomes unfocused (keyboard is deactivated). I've ...
0 votes
1 answer
58 views

Firstly, my dropdown menu height was not being adjusted to the space left by the occupancy of the onscreen popup keyboard, which is now solved in my older questions. The solution made use of FocusNode ...
0 votes
0 answers
248 views

Below is a simple Flutter application containing basically a Row with a TextField an ElevatedButton (wrapped in a TextFieldTapRegion) When selecting the TextField, I see a blinking cursor and an ...
1 vote
1 answer
142 views

I have a page with several text fields, I used FocusTraversalGroup so the fields are focused in the desired order when pressing tab. See: Now, when I click on the icon button next, I want to send the ...
0 votes
1 answer
115 views

Helo boys and girls! I would like to change the size of the text that the user enters into the TextFormField field. This is the moment when the user clicks on the field and starts typing something. I ...
0 votes
1 answer
257 views

I have some logic to check if statement and show the TextField widget as below: Flexible( fit: FlexFit.loose, child: ListView.builder( ...
2 votes
1 answer
531 views

I am filling the TextFormField form a Date Picker using showDatePicker method which is called when the TextFormField got focus. The focus change in the TextFormField is identified using the focus node....
kumar's user avatar
  • 108
0 votes
1 answer
60 views

When the keyboard opens, it might be causing the bottom sheet to close, which will then result in disposing any widgets inside it. globals.addinfolistitem[widget.shotlistindex] ...
1 vote
1 answer
359 views

I am having a fixed AppBar() and BottomNavigationBar() and only changing the body for whole Application. To achieve this I have used the builder: property in the MaterialApp() Widget. Now when I tap ...
0 votes
1 answer
2k views

I want to use a TextField to allow the user to rename an item in the app. I would like for the new item name to be saved if the user presses the 'done' button on the keyboard but I would also like for ...

AltStyle によって変換されたページ (->オリジナル) /