OLD | NEW |
| 1 [error] A value of type 'Future<Null>' can't be assigned to a variable of type '
_Future'. (dart:async/future.dart, line 138, col 38) |
1 [error] Couldn't infer type parameter 'T'. | 2 [error] Couldn't infer type parameter 'T'. |
2 | 3 |
3 Tried to infer '_ControllerEventSinkWrapper<dynamic>' for 'T' which doesn't work
: | 4 Tried to infer '_ControllerEventSinkWrapper<dynamic>' for 'T' which doesn't work
: |
4 Parameter 'action' declared as '(T) → R' | 5 Parameter 'action' declared as '(T) → R' |
5 but argument is '(EventSink<T>) → dynamic'. | 6 but argument is '(EventSink<T>) → dynamic'. |
6 The type '_ControllerEventSinkWrapper<dynamic>' was inferred from: | 7 The type '_ControllerEventSinkWrapper<dynamic>' was inferred from: |
7 Parameter 'argument' declared as 'T' | 8 Parameter 'argument' declared as 'T' |
8 but argument is '_ControllerEventSinkWrapper<dynamic>'. | 9 but argument is '_ControllerEventSinkWrapper<dynamic>'. |
9 | 10 |
10 Consider passing explicit type argument(s) to the generic. | 11 Consider passing explicit type argument(s) to the generic. |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866,
col 3) | 145 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866,
col 3) |
145 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in
itialized. (dart:svg, line 5354, col 3) | 146 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in
itialized. (dart:svg, line 5354, col 3) |
146 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu
st be initialized. (dart:svg, line 5676, col 3) | 147 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu
st be initialized. (dart:svg, line 5676, col 3) |
147 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia
lized. (dart:svg, line 5899, col 3) | 148 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia
lized. (dart:svg, line 5899, col 3) |
148 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize
d. (dart:svg, line 5975, col 3) | 149 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize
d. (dart:svg, line 5975, col 3) |
149 [warning] The final variables 'href', 'method' and '2' more must be initialized.
(dart:svg, line 6076, col 3) | 150 [warning] The final variables 'href', 'method' and '2' more must be initialized.
(dart:svg, line 6076, col 3) |
150 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart
:svg, line 6138, col 3) | 151 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart
:svg, line 6138, col 3) |
151 [warning] The final variables 'height', 'href' and '3' more must be initialized.
(dart:svg, line 6437, col 3) | 152 [warning] The final variables 'height', 'href' and '3' more must be initialized.
(dart:svg, line 6437, col 3) |
152 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must
be initialized. (dart:svg, line 6484, col 3) | 153 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must
be initialized. (dart:svg, line 6484, col 3) |
153 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more
must be initialized. (dart:svg, line 6642, col 3) | 154 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more
must be initialized. (dart:svg, line 6642, col 3) |
OLD | NEW |