8000 [Feature Request] textVisiblePassword (Android) · Issue #31738 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[Feature Request] textVisiblePassword (Android) #31738
Closed
@yuridiniz

Description

@yuridiniz

On Android it is possible to get a Keyboard with letters and numbers visible at the same time through the property textVisiblePassword

In Flutter, we use a TextField with the property obscureText: true to get the password behavior, so there is no TextInputType relative to the password field, so we can not achieve the same effect when using the textVisiblePassword property

Sample

TextField(controller: textController, keyboardType: TextInputType.textWithNumber)

Expected behavior

keyboard_example

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: new featureNothing broken; request for a new capabilityf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0