- 27 Jul, 2022 1 commit
-
-
nbayati authored
* Modify dataMap to include assertiveness only if it's not set to polite to prevent google3 tests from breaking * small code style enhancement
-
- 25 Jul, 2022 1 commit
-
-
Casey Hillers authored
Revert "Add optional flag to determine assertiveness level in aria announcement for flutter web" (#108262)
-
- 23 Jul, 2022 1 commit
-
-
nbayati authored
-
- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
-
- 18 Feb, 2022 1 commit
-
-
Kate Lovett authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 11 Feb, 2021 1 commit
-
-
Kate Lovett authored
-
- 19 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 15 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Dec, 2019 1 commit
-
-
Greg Spencer authored
This normalizes all of the "See also" blocks in comments so that they conform in style. They all look like this now: /// See also: /// /// * [MyFavoriteWidget], because it's cool. class Foo {} I removed some useless "See also" blocks, and added commentary to ones that were just "bare" references. This is my penance for adding so many bullets that are "-" instead of "*". :-)
-
- 03 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 29 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Jul, 2018 1 commit
-
-
Jonah Williams authored
Changes: - Move the SemanticsConfiguration update from RenderToggleable to each subclass, so that Switch can use toggled. - Add image, liveRegion, toggled properties to Semantics, SemanticsConfiguration, SemanticsNode - Added semanticsLabel and excludeFromSemantics to Image (the latter so that we avoid creating a semantics node) - Added onDismiss semantics action which maps to the modal escape on iOS and dismiss action on Android. - Added dismiss and liveRegion to snackbar widget - Updated custom painter semantics to handle image, liveRegion, toggle - Updated relevant tests to use correct flag/action
-
- 20 Jul, 2018 1 commit
-
-
Greg Spencer authored
-
- 26 May, 2018 1 commit
-
-
Jonah Williams authored
-
- 03 May, 2018 2 commits
-
-
Chris Bracken authored
Revert longPress/Tap and Gallery changes
-
Jonah Williams authored
-
- 28 Apr, 2018 1 commit
-
-
Jonah Williams authored
-
- 10 Feb, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 08 Dec, 2017 1 commit
-
-
Yegor authored
* make time picker accessible * use new CustomPaint a11y API * flutter_localizations tests; use bigger distance delta * fix am/pm control; selected values * fix translations; remove @mustCallSuper in describeSemanticsConfiguration * exclude AM/PM announcement from iOS as on iOS the label is read back automatically
-
- 16 Nov, 2017 1 commit
-
-
amirh authored
-
- 03 Nov, 2017 1 commit
-
-
amirh authored
-
- 20 Oct, 2017 1 commit
-
-
amirh authored
This refactoring allows us to have SemanticsEvent object for events that are not associated with an accessibility node id. And allow https://github.com/flutter/flutter/pull/12594 to be a bit cleaner with a single place for accessibility channel documentation (the SemanticsEvent classes documentation).
-
- 02 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 27 Sep, 2017 1 commit
-
-
Michael Goderbauer authored
* Send scroll progress with ScrollCompletedSemanticsEvent This requires engine change https://github.com/flutter/engine/pull/4144 * fix analyze warning * review comment * Roll engine to 45b11f742d38ebf564a5a832b1af00661d1a31fa * fix test
-
- 08 Sep, 2017 1 commit
-
-
Michael Goderbauer authored
* ++ * ++ * ++ * ++ * ++ * dart docs * test fix * undo unintended change * fix test * fix test * review feedback
-