Skip to content

Commit

Permalink
[rfw] Fix a typo in the API documentation (flutter#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixie authored May 18, 2023
1 parent 3b377bd commit 70eb807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
15 changes: 8 additions & 7 deletions packages/rfw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## NEXT
## 1.0.9

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

## 1.0.8

Expand All @@ -10,7 +11,7 @@

## 1.0.7

* Update README.
* Updates README.

## 1.0.6

Expand All @@ -35,15 +36,15 @@

## 1.0.2

* Mention FractionallySizedBox in documentation.
* Mentions FractionallySizedBox in documentation.

## 1.0.1

* Improve documentation.
* Provide constants for the file signatures.
* Improves documentation.
* Provides constants for the file signatures.
* Minor efficiency improvements.
* Fix `unnecessary_import` lint errors.
* Add one more core widget, FractionallySizedBox.
* Fixes `unnecessary_import` lint errors.
* Adds one more core widget, FractionallySizedBox.

## 1.0.0

Expand Down
1 change: 0 additions & 1 deletion packages/rfw/lib/src/dart/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ DynamicMap parseDataFile(String file) {
/// The syntax for a loop uses the following form:
///
/// <code>...for <i>ident</i> in <i>list</i>: <i>template</i></code>
/// ```
///
/// ...where _ident_ is the identifier to bind to each value in the list, _list_
/// is some value that evaluates to a list, and _template_ is a value that is to
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.8
version: 1.0.9

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down

0 comments on commit 70eb807

Please sign in to comment.