About 418,000 results
Open links in new tab
  1. EditableText class - widgets library - Dart API - Flutter

    A basic text input field. This widget interacts with the TextInput service to let the user edit the text it contains. It also provides scrolling, selection, and cursor movement. The EditableText widget …

  2. 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 …

  3. dart - Flutter using EditableText - Stack Overflow

    Sep 4, 2019 · EditableText, which is the raw text editing control at the heart of a TextField. The EditableText widget is rarely used directly unless you are implementing an entirely different …

  4. Editable Text in Flutter.. How we can edit text when we tap on …

    Feb 12, 2020 · How we can edit text when we tap on the text in flutter? The problem statement is that on tap of normal text, the text field should be editable and we can able to edit the text.

  5. editable_text_widget | Flutter package - Pub

    EditableTextWidget is a customizable Flutter widget that provides a styled, resizable, and editable text field with extensive layout and design options. It allows developers to easily integrate …

  6. Flutter. How to implement editable text field with …

    Jun 25, 2022 · I am trying to implement a TextField with DropDown menu, just like DropdownButtonFormField but with ability to edit it like ordinary text field. So user have …

  7. TextEditingController in Flutter - Scaler Topics

    Sep 3, 2023 · To interact with and manage the text in a text field or text editing widget, use Flutter's TextEditingController class. When utilizing the text editing controller Flutter, the …

  8. TextEditingController class - widgets library - Dart API - Flutter

    A controller for an editable text field. Whenever the user modifies a text field with an associated TextEditingController, the text field updates value and the controller notifies its listeners. …

  9. Text Editing | Flutter Internals

    EditableText is the fundamental text input widget, integrating the other editable building blocks (e.g., TextSelectionControls, TextSelectionOverlay, etc.) with keyboard interaction (via …

  10. editable_text | Flutter package - Pub

    Feb 5, 2024 · An "editable text view where the user can edit text by double-tapping on the text" is typically a user interface component that combines the characteristics of a TextView and an …

  11. Some results have been removed
Refresh