File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
#### ` dart:core `
6
6
7
7
- ** Breaking change** [ #49529 ] [ ] :
8
+ - Removed the deprecated ` onError ` argument on [ ` int.parse ` ] [ ] , [ ` double.parse ` ] [ ] ,
9
+ and [ ` num.parse ` ] [ ] . Use the [ ` tryParse ` ] [ ] method instead.
8
10
- Removed the deprecated [ ` NoSuchMethodError ` ] [ ] default constructor.
9
11
Use the [ ` NoSuchMethodError.withInvocation ` ] [ ] named constructor instead.
10
12
- Removed the deprecated [ ` proxy ` ] [ ] and [ ` Provisional ` ] [ ] annotations.
15
17
Use [ ` Deprecated.message ` ] [ ] instead.
16
18
17
19
[ #49529 ] : https://github.com/dart-lang/sdk/issues/49529
20
+ [ `int.parse` ] : https://api.dart.dev/stable/2.18.4/dart-core/int/parse.html
21
+ [ `double.parse` ] : https://api.dart.dev/stable/2.18.4/dart-core/double/parse.html
22
+ [ `num.parse` ] : https://api.dart.dev/stable/2.18.4/dart-core/num/parse.html
23
+ [ `tryParse` ] : https://api.dart.dev/stable/2.18.4/dart-core/num/tryParse.html
18
24
[ `Deprecated.expires` ] : https://api.dart.dev/stable/2.18.4/dart-core/Deprecated/expires.html
19
25
[ `Deprecated.message` ] : https://api.dart.dev/stable/2.18.4/dart-core/Deprecated/message.html
20
26
[ `NoSuchMethodError` ] : https://api.dart.dev/stable/2.18.4/dart-core/NoSuchMethodError/NoSuchMethodError.html
You can’t perform that action at this time.
0 commit comments