| OLD | NEW |
| 1 [error] The argument type 'InternalMap' cannot be assigned to the parameter type
'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47) | 1 [error] The argument type 'InternalMap' cannot be assigned to the parameter type
'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47) |
| 2 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int
, E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami
c). (dart:_interceptors/js_array.dart, line 576, col 25) | 2 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int
, E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami
c). (dart:_interceptors/js_array.dart, line 576, col 25) |
| 3 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) →
void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d
art:_native_typed_data, line 793, col 3) | 3 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) →
void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d
art:_native_typed_data, line 793, col 3) |
| 4 [error] Invalid override. The type of _UnicodeSubsetEncoder.bind ((Stream<String
>) → Stream<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>.
bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 114,
col 3) | 4 [error] Invalid override. The type of _UnicodeSubsetEncoder.bind ((Stream<String
>) → Stream<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>.
bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 114,
col 3) |
| 5 [error] Invalid override. The type of _UnicodeSubsetDecoder.bind ((Stream<List<i
nt>>) → Stream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>.
bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 222,
col 3) | 5 [error] Invalid override. The type of _UnicodeSubsetDecoder.bind ((Stream<List<i
nt>>) → Stream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>.
bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 222,
col 3) |
| 6 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion ((
Sink<T2>) → ChunkedConversionSink<S2>) is not a subtype of Converter<S, T>.start
ChunkedConversion ((Sink<dynamic>) → ChunkedConversionSink<dynamic>). (dart:conv
ert/chunked_conversion.dart, line 33, col 3) | 6 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion ((
Sink<T2>) → ChunkedConversionSink<S2>) is not a subtype of Converter<S, T>.start
ChunkedConversion ((Sink<dynamic>) → ChunkedConversionSink<dynamic>). (dart:conv
ert/chunked_conversion.dart, line 33, col 3) |
| 7 [error] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre
am<T2>) is not a subtype of Converter<S, T>.bind ((Stream<dynamic>) → Stream<dyn
amic>). (dart:convert/chunked_conversion.dart, line 38, col 3) | 7 [error] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre
am<T2>) is not a subtype of Converter<S, T>.bind ((Stream<dynamic>) → Stream<dyn
amic>). (dart:convert/chunked_conversion.dart, line 38, col 3) |
| 8 [error] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre
am<T2>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream<dy
namic>) → Stream<dynamic>). (dart:convert/chunked_conversion.dart, line 38, col
3) | 8 [error] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre
am<T2>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream<dy
namic>) → Stream<dynamic>). (dart:convert/chunked_conversion.dart, line 38, col
3) |
| 9 [error] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSi
nk<dynamic>' has incompatible parameters with '((List<T>) → void) → ChunkedConve
rsionSink<T>' (dart:convert/chunked_conversion.dart, line 74, col 45) | 9 [error] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSi
nk<dynamic>' has incompatible parameters with '((List<T>) → void) → ChunkedConve
rsionSink<T>' (dart:convert/chunked_conversion.dart, line 74, col 45) |
| 10 [error] Invalid override. The type of JsonDecoder.bind ((Stream<String>) → Strea
m<Object>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream
<dynamic>) → Stream<dynamic>). (dart:convert/json.dart, line 513, col 3) | 10 [error] Invalid override. The type of JsonDecoder.bind ((Stream<String>) → Strea
m<Object>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream
<dynamic>) → Stream<dynamic>). (dart:convert/json.dart, line 513, col 3) |
| 11 [error] Invalid override. The type of _JsonStringStringifierPretty.writeIndentat
ion ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation ((
dynamic) → void). (dart:convert/json.dart, line 905, col 3) | 11 [error] Invalid override. The type of _JsonStringStringifierPretty.writeIndentat
ion ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation ((
dynamic) → void). (dart:convert/json.dart, line 905, col 3) |
| 12 [error] Invalid override. The type of _JsonUtf8StringifierPretty.writeIndentatio
n ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation ((dy
namic) → void). (dart:convert/json.dart, line 1063, col 3) | 12 [error] Invalid override. The type of _JsonUtf8StringifierPretty.writeIndentatio
n ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation ((dy
namic) → void). (dart:convert/json.dart, line 1063, col 3) |
| 13 [error] Invalid override. The type of Utf8Encoder.bind ((Stream<String>) → Strea
m<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str
eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 130, col 3) | 13 [error] Invalid override. The type of Utf8Encoder.bind ((Stream<String>) → Strea
m<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str
eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 130, col 3) |
| 14 [error] Invalid override. The type of Utf8Decoder.bind ((Stream<List<int>>) → St
ream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str
eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 370, col 3) | 14 [error] Invalid override. The type of Utf8Decoder.bind ((Stream<List<int>>) → St
ream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str
eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 370, col 3) |
| 15 [error] Invalid override. The type of DateTime.compareTo ((DateTime) → int) is n
ot a subtype of Comparable<dynamic>.compareTo ((dynamic) → int). (dart:core/date
_time.dart, line 448, col 3) | 15 [error] Invalid override. The type of DateTime.compareTo ((DateTime) → int) is n
ot a subtype of Comparable<dynamic>.compareTo ((dynamic) → int). (dart:core/date
_time.dart, line 448, col 3) |
| 16 [error] Annotation can be only constant variable or constant constructor invocat
ion (dart:core/stacktrace.dart, line 27, col 3) | 16 [error] Annotation can be only constant variable or constant constructor invocat
ion (dart:core/stacktrace.dart, line 43, col 3) |
| 17 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a
subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line
16869, col 3) | 17 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a
subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line
16869, col 3) |
| 18 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is
not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html,
line 18904, col 3) | 18 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is
not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html,
line 18904, col 3) |
| 19 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void)
is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht
ml, line 23818, col 3) | 19 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void)
is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht
ml, line 23818, col 3) |
| 20 [error] Invalid override. The type of NodeList.[]= ((int, Node) → void) is not a
subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line
25467, col 3) | 20 [error] Invalid override. The type of NodeList.[]= ((int, Node) → void) is not a
subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line
25467, col 3) |
| 21 [error] Invalid override. The type of PluginArray.[]= ((int, Plugin) → void) is
not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html,
line 26971, col 3) | 21 [error] Invalid override. The type of PluginArray.[]= ((int, Plugin) → void) is
not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html,
line 26971, col 3) |
| 22 [error] Invalid override. The type of SourceBufferList.[]= ((int, SourceBuffer)
→ void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (
dart:html, line 30209, col 3) | 22 [error] Invalid override. The type of SourceBufferList.[]= ((int, SourceBuffer)
→ void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (
dart:html, line 30209, col 3) |
| 23 [error] Invalid override. The type of SpeechGrammarList.[]= ((int, SpeechGrammar
) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic).
(dart:html, line 30410, col 3) | 23 [error] Invalid override. The type of SpeechGrammarList.[]= ((int, SpeechGrammar
) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic).
(dart:html, line 30410, col 3) |
| 24 [error] Invalid override. The type of TextTrackList.[]= ((int, TextTrack) → void
) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h
tml, line 32569, col 3) | 24 [error] Invalid override. The type of TextTrackList.[]= ((int, TextTrack) → void
) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h
tml, line 32569, col 3) |
| 25 [error] Invalid override. The type of TouchList.[]= ((int, Touch) → void) is not
a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, lin
e 32904, col 3) | 25 [error] Invalid override. The type of TouchList.[]= ((int, Touch) → void) is not
a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, lin
e 32904, col 3) |
| 26 [error] The return type '_ElementEventStreamImpl<Event>' is not a 'ElementStream
<BeforeUnloadEvent>', as defined by the method 'forElement'. (dart:html, line 36
588, col 12) | 26 [error] The return type '_ElementEventStreamImpl<Event>' is not a 'ElementStream
<BeforeUnloadEvent>', as defined by the method 'forElement'. (dart:html, line 36
588, col 12) |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c
ol 3) | 222 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c
ol 3) |
| 223 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in
itialized (dart:svg, line 5072, col 3) | 223 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in
itialized (dart:svg, line 5072, col 3) |
| 224 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu
st be initialized (dart:svg, line 5386, col 3) | 224 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu
st be initialized (dart:svg, line 5386, col 3) |
| 225 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia
lized (dart:svg, line 5605, col 3) | 225 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia
lized (dart:svg, line 5605, col 3) |
| 226 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize
d (dart:svg, line 5677, col 3) | 226 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize
d (dart:svg, line 5677, col 3) |
| 227 [warning] The final variables 'href', 'method' and '2' more must be initialized
(dart:svg, line 5775, col 3) | 227 [warning] The final variables 'href', 'method' and '2' more must be initialized
(dart:svg, line 5775, col 3) |
| 228 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart:
svg, line 5836, col 3) | 228 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart:
svg, line 5836, col 3) |
| 229 [warning] The final variables 'height', 'href' and '3' more must be initialized
(dart:svg, line 6126, col 3) | 229 [warning] The final variables 'height', 'href' and '3' more must be initialized
(dart:svg, line 6126, col 3) |
| 230 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must
be initialized (dart:svg, line 6171, col 3) | 230 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must
be initialized (dart:svg, line 6171, col 3) |
| 231 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more
must be initialized (dart:svg, line 6325, col 3) | 231 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more
must be initialized (dart:svg, line 6325, col 3) |
| OLD | NEW |