Skip to content

Commit 70eb807

Browse files
authored
[rfw] Fix a typo in the API documentation (flutter#4023)
1 parent 3b377bd commit 70eb807

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/rfw/CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## NEXT
1+
## 1.0.9
22

33
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
44
* Aligns Dart and Flutter SDK constraints.
5+
* Fixes a typo in the API documentation that broke the formatting.
56

67
## 1.0.8
78

@@ -10,7 +11,7 @@
1011

1112
## 1.0.7
1213

13-
* Update README.
14+
* Updates README.
1415

1516
## 1.0.6
1617

@@ -35,15 +36,15 @@
3536

3637
## 1.0.2
3738

38-
* Mention FractionallySizedBox in documentation.
39+
* Mentions FractionallySizedBox in documentation.
3940

4041
## 1.0.1
4142

42-
* Improve documentation.
43-
* Provide constants for the file signatures.
43+
* Improves documentation.
44+
* Provides constants for the file signatures.
4445
* Minor efficiency improvements.
45-
* Fix `unnecessary_import` lint errors.
46-
* Add one more core widget, FractionallySizedBox.
46+
* Fixes `unnecessary_import` lint errors.
47+
* Adds one more core widget, FractionallySizedBox.
4748

4849
## 1.0.0
4950

packages/rfw/lib/src/dart/text.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ DynamicMap parseDataFile(String file) {
415415
/// The syntax for a loop uses the following form:
416416
///
417417
/// <code>...for <i>ident</i> in <i>list</i>: <i>template</i></code>
418-
/// ```
419418
///
420419
/// ...where _ident_ is the identifier to bind to each value in the list, _list_
421420
/// is some value that evaluates to a list, and _template_ is a value that is to

packages/rfw/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: rfw
22
description: "Remote Flutter widgets: a library for rendering declarative widget description files at runtime."
33
repository: https://github.com/flutter/packages/tree/main/packages/rfw
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+rfw%22
5-
version: 1.0.8
5+
version: 1.0.9
66

77
environment:
88
sdk: ">=2.18.0 <4.0.0"

0 commit comments

Comments
 (0)