We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f4d49 commit 524ee17Copy full SHA for 524ee17
2 files changed
packages/rfw/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.4
2
+
3
+* Fixes `fontWeight` not being applied in release mode for `Text` and `StrutStyle` widgets.
4
5
## 1.1.3
6
7
* Fixes dartdoc comments that accidentally used HTML.
packages/rfw/pubspec.yaml
@@ -2,7 +2,7 @@ name: rfw
description: "Remote Flutter widgets: a library for rendering declarative widget description files at runtime."
repository: https://github.com/flutter/packages/tree/main/packages/rfw
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+rfw%22
-version: 1.1.3
+version: 1.1.4
environment:
8
sdk: ^3.9.0
0 commit comments