- 19 Jan, 2024 1 commit
-
-
Michael Goderbauer authored
Much nicer calling API and simplifies evolving this API in the future. I wish we could write a dart fix for this, but that's blocked on https://github.com/dart-lang/sdk/issues/54668.
-
- 20 Dec, 2023 1 commit
-
-
Michael Goderbauer authored
These were not ignoring anything (anymore).
-
- 18 Dec, 2023 1 commit
-
-
Bartek Pacia authored
This PR applies [the suggestion made here](https://github.com/flutter/devtools/pull/6942#issuecomment-1852773200).
-
- 16 Dec, 2023 1 commit
-
-
Bartek Pacia authored
Use `SemanticsUpdateBuilder` again, remove all references to temporary `SemanticsUpdateBuilderNew` (#139942) This PR removes all usages of the temporary `SemanticsUpdateBuilderNew` API in favor of `SemanticsUpdateBuilder`. These two APIs are the same as of now. This is mainly targeted at https://github.com/flutter/flutter/issues/17988 Steps: part 1: [engine] add `SemanticsUpdateBuilderNew` https://github.com/flutter/engine/pull/47961 part 2: [flutter] use `SemanticsUpdateBuilderNew` https://github.com/flutter/flutter/pull/138331 part 3: [engine] update `SemanticsUpdateBuilder` to be the same as `SemanticsUpdateBuilderNew` https://github.com/flutter/engine/pull/48882 **part 4: [flutter] use (now updated) `SemanticsUpdateBuilder` again** <-- we are here part 5: [engine] remove `SemanticsBuilderNew`
-
- 15 Dec, 2023 1 commit
-
-
Polina Cherkasova authored
-
- 11 Dec, 2023 1 commit
-
-
Bartek Pacia authored
This PR adds `String? identifier` to `Semantics` and `SemanticsProperties`. The `identifier` will be exposed on Android as `resource-id` and on iOS as `accessibilityIdentifier`. Mainly targeted at #17988 Initial Engine PR with Android support: https://github.com/flutter/engine/pull/47961 iOS Engine PR: https://github.com/flutter/engine/pull/48858 ### Migration This change breaks the SemanticsUpdateBuilder API which is on the Framework<-->Engine border. For more details see [engine PR](https://github.com/flutter/engine/pull/47961). Steps: part 1: [engine] add `SemanticsUpdateBuilderNew` https://github.com/flutter/engine/pull/47961 **part 2: [flutter] use `SemanticsUpdateBuilderNew`** <-- we are here part 3: [engine] update `SemanticsUpdateBuilder` to be the same as `SemanticsUpdateBuilderNew`* part 4: [flutter] use (now updated) `SemanticsUpdateBuilder` again. part 5: [engine] remove `SemanticsBuilderNew`
-
- 20 Sep, 2023 1 commit
-
-
derdilla authored
-
- 06 Jul, 2023 1 commit
-
-
Michael Goderbauer authored
PLUS: clean-up of all the unreachable stuff.
-
- 16 May, 2023 1 commit
-
-
Jason Simmons authored
Update SemanticsUpdateBuilderSpy for the conversion of SemanticsUpdateBuilder into a base class (#126570) See https://github.com/flutter/flutter/issues/123756
-
- 27 Jun, 2022 1 commit
-
-
Ian Hickson authored
-
- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2022 1 commit
-
-
chunhtai authored
-
- 29 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 17 Aug, 2021 1 commit
-
-
chunhtai authored
-
- 17 Jun, 2021 1 commit
-
-
chunhtai authored
* Adds label attributes * fix test * comments * list equal
-
- 26 May, 2021 1 commit
-
-
chunhtai authored
-
- 23 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Oct, 2020 1 commit
-
-
Darren Austin authored
Migrate framework tests for rendering, semantics, widgets to null safety.
-
- 09 Jul, 2020 1 commit
-
-
chunhtai authored
-