TextField Widget Flutter | Get user value in Minutes | Forms | Flutter App development Series

preview_player
Показать описание
This video is another one as part of the Flutter App development series. The main concepts discussed over are about.
1. Basic Concept of TextField Widget
2. Important Properties of the TextField
3. Additional Properties for styling and functionality
4. Important Callbacks and how to get and set values to the TextField in which the user enters data.
TextField Widget in Flutter is discussed in detail in the blog post of the AndroidMonks official Blog.

Some useful links that you can find the content in are,

The important Links required for a detailed code example in the blog post is

The following Information will be very useful to learn Flutter and Application development,
To find the additional information, you can take a look at the resources available on AndroidMonks official website.

Some additional Links you can follow the content on are,

Social Media

Disclaimer:
All videos are for Educational purpose only. Any video might have a slight mistake, please take decisions based on your research. This video does not force anything on you.

Affiliate Disclaimer
Amazon Links(If any) are affiliate links
Рекомендации по теме
Комментарии
Автор

Thanks very much for sharing your knowledge
You been amazing teacher

mrpakravian
Автор

Hey please teach us how to use if else statements with widgets...
Like if the user enters a string "3467" then I want 3 and 4 to be printed in red but 6 in yellow but 7 in green ...I know we have to use Richtext but how to use if else along with it




Also how to clear the text entered by the user in the textfield on button click ...like user entered something inside the textfield but he wants to clear everything he has written so he just clicks a cross icon placed at the end of textfield

divyamgupta
Автор

Hello Sir
I need your help in flutter textfield to send data to update in database. Could you please help me?

H-cv
Автор

Please do have the link for your code samples or github page for download

Boameooo
Автор

I'm looking for a way to receive gifs/Images from keyboards in Flutter. When I try to select a gif or image I get the following message in my application:


"Appname doesn't support image insertion here.."


Even Native Android has implemented this feature, however flutter has been implementing all other stuffs except this basic feature..
Here is the issue which was already raised:

akshaym