Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[rfw] Fix a typo in the API documentation
  • Loading branch information
Hixie committed May 16, 2023
commit 2995a932280415abcce3197c6f0e2896618e2186
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