Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support stylus handwriting input on Android #115607

Closed
@justinmc

Description

@justinmc

Recently, support for Apple Pencil support was added to Flutter via the "Scribble" feature. We should also support stylus handwriting input on Android as well, using a common set of framework APIs.

How?

Android's InputMethodManager class already has support for stylus handwriting. We'll need to tie these into the framework similarly to how it's done for iOS.

Some relevant methods:

Will Flutter's Scribble API need to change?

Ideally not, but it's unclear to me whether or not we'll have to. We want to make everything available in the framework that we can and not produce a "leasts common denominator" API.

References

Scribble framework PR: #75472
Scribble engine PR: flutter/engine#24224

Other features:
Hover icon: #155948
Gestures: #156018

Stylus input on other platforms (not necessarily handwriting):
Linux: #63209
Windows: #102836

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: text inputEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterengineflutter/engine repository. See also e: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamtriaged-androidTriaged by Android platform team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions