Skip to content

Coding with Rashid

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Coding with Rashid

TextField Flutter

Flutter Tutorials

How to Limit Characters of TextField in Flutter

ByMohammed Rashid October 10, 2020

TextField is where the user gives input in Flutter-made apps. Most of the time, we may want to limit the number of characters. In this flutter tutorial, let’s check how to limit the characters of TextField. I hope you already know how to add a TextField widget in Flutter, otherwise please go through my blog…

Read More How to Limit Characters of TextField in FlutterContinue

Flutter Tutorials

How to Change Keyboard Type of TextField in Flutter

ByMohammed Rashid October 9, 2020

The TextField widget is a very important widget in flutter which lets users give inputs. The input types the user gives can be varied. For example, if you are entering a phone number then you only want to see numbers on your keyboard. In this Flutter tutorial, let’s see how to change keyboard type while…

Read More How to Change Keyboard Type of TextField in FlutterContinue

Flutter Tutorials

How to Clear TextField in Flutter

ByMohammed Rashid October 9, 2020

Users always want a clear option with TextField so that they don’t need to back press many times to make the field empty. In this blog post, let’s see how to clear TextField in Flutter. The TextField widget acts as text input in Flutter. If you don’t know how to add a TextField in flutter…

Read More How to Clear TextField in FlutterContinue

Flutter Tutorials

How to Add Time Picker in Flutter

ByMohammed Rashid October 4, 2020

Sometimes, we need specific time input from the users. Time pickers are used in such situations. In this blog post, let’s see how to add a time picker in Flutter. I already have a blog post that shows how to add a date picker in flutter. Flutter has an inbuilt function named showTimePicker to display…

Read More How to Add Time Picker in FlutterContinue

Flutter Tutorials

How to Add Date Picker in Flutter

ByMohammed Rashid October 4, 2020

The date picker is an important component when you have text fields such as sign-up form in your mobile application. It can be used for picking dates, such as date of birth. In this blog post, I am explaining how to add a date picker in Flutter. If you don’t know how to add TextField…

Read More How to Add Date Picker in FlutterContinue

Flutter Tutorials

How to Validate TextField in Flutter

ByMohammed Rashid February 10, 2020

The TextField widget is the text input UI component in Flutter. But what if you want to show multiple text inputs in your app? You can use the Form widget for that. The Form widget groups multiple form widgets and acts as a container. It makes validation of each form field widget easy. Using it…

Read More How to Validate TextField in FlutterContinue

Flutter Tutorials

How to Create TextField for Password in Flutter

ByMohammed Rashid February 9, 2020

The importance of passwords is inexplainable. That’s the reason when entering the password the text should not be visible for better safety and security. In this Flutter tutorial, let’s see how to create a Text Input to enter a password in Flutter. I already have a blog post on how to create a Text Input…

Read More How to Create TextField for Password in FlutterContinue

Flutter Tutorials

How to Add Placeholder Text in Flutter TextField

ByMohammed Rashid February 8, 2020

A placeholder text is a hint text which gives the user an idea about what to enter in the text input field. In this blog post, let’s see how to add placeholder text in Flutter TextField. As I mentioned in my previous Flutter TextField tutorial, the TextField widget is used to create text inputs in…

Read More How to Add Placeholder Text in Flutter TextFieldContinue

Flutter Tutorials

How to Create a TextField in Flutter

ByMohammed Rashid February 7, 2020

Text inputs are very important components of a mobile app. They allow users to enter text so that they can fill out a form or send a message. The TextField widget is used to create text inputs in Flutter. In this Flutter tutorial, let’s go through how to create text input as well as how…

Read More How to Create a TextField in FlutterContinue

Page navigation

Previous PagePrevious 1 2 3

© 2025 codingwithrashid.com

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Search