About 3,910,000 results
Open links in new tab
  1. Create and style a text field - Flutter

    Feb 12, 2025 · Text fields allow users to type text into an app. They are used to build forms, send messages, create search experiences, and more. In this recipe, explore how to create and …

  2. Top 5 Flutter Box Widgets You Should Know - Medium

    Apr 5, 2020 · Understand the difference and practical use of the top 5 Flutter Box layout widget.

  3. How to create a dialog that is able to accept text input and show ...

    Apr 11, 2018 · Here is the customized function to create a default AlertDialog with a textField. return showDialog( context: context, builder: (context) { return AlertDialog( title: Text('TextField …

  4. Flutter TextField Tutorial

    In this tutorial, we will learn how to use a TextField widget in Flutter Application using an example. TextField is used to get text input from user. The default behavior of TextField is that, when …

  5. The ultimate guide to text fields in Flutter - LogRocket Blog

    Apr 22, 2021 · Learn how to implement and control Flutter's wide variety of text field customization options in this ultimate guide.

  6. Flutter TextField - Tpoint Tech - Java

    TextField in Flutter is the most commonly used text input widget that allows users to collect inputs from the keyboard into an app. We can use the TextField widget in building forms, sending …

  7. To create a Beautiful Text Box with in Flutter - Medium

    Sep 6, 2018 · This Decoration provide a Label Text and Colour to fill in the Text Box. Then we use the boarder property and make a OutlineInputBorder with borderRadius as 25.0 and BorderSide.

  8. Text | Flutter

    Sep 11, 2024 · The RichText widget displays text that uses multiple different styles. The text to display is described using a tree of TextSpan objects, each of which...

  9. Flutter TextField - Naukri Code 360

    Mar 27, 2024 · When we click inside the text box, a keyboard appears from the bottom of the screen, the label appears in the upper left corner of the border, and the suggestion text …

  10. A Deep Dive Into Flutter TextField | by Deven Joshi - Medium

    Nov 6, 2018 · In this article we go into the Flutter TextField widget comprehensively and find out the features and possible customisations of it. A TextField widget allows collection of …

  11. Some results have been removed
Refresh