Skip to content

Commit 36d6b6a

Browse files
author
Bruce
committed
[vector_graphics] Provide textDirection for semantics label to avoid crash without Directionality
1 parent 2c5fbba commit 36d6b6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vector_graphics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 1.2.3
22

33
* Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.
44
* Fixes a crash when a `semanticsLabel` is provided without an ambient `Directionality` (flutter/flutter#175532).

packages/vector_graphics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: vector_graphics
22
description: A vector graphics rendering package for Flutter using a binary encoding.
33
repository: https://github.com/flutter/packages/tree/main/packages/vector_graphics
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_graphics%22
5-
version: 1.2.2
5+
version: 1.2.3
66

77
environment:
88
sdk: ^3.10.0

0 commit comments

Comments
 (0)