File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 11## 2.3.2-dev.XX.0
2+ (Add new changes here, and they will be copied to the change section for the
3+ next dev version)
24
3- ### Core library changes
5+ ### Core libraries
46
57#### ` dart:isolate `
68
79* ` TransferableTypedData ` class was added to facilitate faster cross-isolate
810communication of ` Uint8List ` data.
911
10- (Add new changes here, and they will be copied to the change section for the
11- next dev version)
12+ #### Linter
13+
14+ The Linter was updated to ` 0.1.91 ` , which includes the following changes:
15+
16+ * fixed missed cases in ` prefer_const_constructors `
17+ * fixed ` prefer_initializing_formals ` to no longer suggest API breaking changes
18+ * updated ` omit_local_variable_types ` to allow explicit ` dynamic ` s
19+ * (internal) migration from deprecated analyzer APIs
20+
21+ ## 2.3.2-dev.0.1
1222
1323### Language
1424
@@ -73,12 +83,10 @@ class B<X> extends A<void Function(X)> {};
7383
7484#### Linter
7585
76- The Linter was updated to ` 0.1.91 ` , which includes the following changes:
86+ The Linter was updated to ` 0.1.90 ` , which includes the following changes:
7787
78- * fixed missed cases in ` prefer_const_constructors `
79- * fixed ` prefer_initializing_formals ` to no longer suggest API breaking changes
80- * updated ` omit_local_variable_types ` to allow explicit ` dynamic ` s
81- * (internal) migration from deprecated analyzer APIs
88+ * fixed null-reference in ` unrelated_type_equality_checks `
89+ * new lint: ` unsafe_html `
8290
8391#### Pub
8492
You can’t perform that action at this time.
0 commit comments