File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ## NEXT
1
+ ## 1.0.9
2
2
3
3
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
4
4
* Aligns Dart and Flutter SDK constraints.
5
+ * Fixes a typo in the API documentation that broke the formatting.
5
6
6
7
## 1.0.8
7
8
10
11
11
12
## 1.0.7
12
13
13
- * Update README.
14
+ * Updates README.
14
15
15
16
## 1.0.6
16
17
35
36
36
37
## 1.0.2
37
38
38
- * Mention FractionallySizedBox in documentation.
39
+ * Mentions FractionallySizedBox in documentation.
39
40
40
41
## 1.0.1
41
42
42
- * Improve documentation.
43
- * Provide constants for the file signatures.
43
+ * Improves documentation.
44
+ * Provides constants for the file signatures.
44
45
* 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.
47
48
48
49
## 1.0.0
49
50
Original file line number Diff line number Diff line change @@ -415,7 +415,6 @@ DynamicMap parseDataFile(String file) {
415
415
/// The syntax for a loop uses the following form:
416
416
///
417
417
/// <code>...for <i>ident</i> in <i>list</i>: <i>template</i></code>
418
- /// ```
419
418
///
420
419
/// ...where _ident_ is the identifier to bind to each value in the list, _list_
421
420
/// is some value that evaluates to a list, and _template_ is a value that is to
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: rfw
2
2
description : " Remote Flutter widgets: a library for rendering declarative widget description files at runtime."
3
3
repository : https://github.com/flutter/packages/tree/main/packages/rfw
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments