mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Make FlAccessibleNode derivable This allows introducing specialized subclasses that implement such a11y interfaces as AtkEditableText that should not be implemented for the generic node. * FlAccessibleNode: add set value, text selection & perform action Prepare API required for the upcoming AtkEditableText implementation. * FlViewAccessible: postpone child node creation This changes the a11y node creation flow so that (unknown) child nodes are not pre-created when their parent is updated but "pending" child node IDs are collected for later. Parent-child relationships are established at the end of update batches when all nodes have been created. * Add FlAccessibleTextField that implements AtkEditableText Solves: flutter/flutter#103191
Description
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
androidapp-frameworkcross-platformdartdart-platformdesktopflutterflutter-packagefuchsiaioslinux-desktopmacosmaterial-designmobilemobile-developmentskiawebweb-frameworkwindows
2.5 GiB
Languages
Dart
75%
C++
16.5%
Objective-C++
2.9%
Java
2.8%
Objective-C
0.7%
Other
1.9%