Dart 2.0 core lib update tracking issue #31812
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
This is the tracking issue for the Dart 2.0 core lib changes and migration.
More detailed overview of the proposed changes (internal only) here: https://docs.google.com/document/d/1VOJYN557gB6i64-hdrbl2mUYPW7IJA7QOthVWNOmCTY/ .
See the tracking issues below for additional detail.
This will be rolled out in three waves.
Wave 1: Rename constants to use camel case
Wave 2:
Iterable
,List
,Set
, andMap
andTimer
Stream
,StreamTransformer
, andConverter
2.3: Tighten signatures ofNo longer plannedList | Set | Map | Queue | ListQueue .from
Wave 3: Miscellaneous changes
Invocation.typeArguments
member: Add typeArguments field to Invocation #32402Bigint
class todart:core
Wave 4: (Non-breaking, land anytime)
int.clampInt
anddouble.clampInt
math.max
tonum.min
andnum.max
int.min
,int.max
,double.min
,double.max
int.>>>
instance memberThe text was updated successfully, but these errors were encountered: