-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Description
Dart 2.0 adds several instance members to a number of core library classes including Timer, Iterable, List, Set, Queue and Map. To manage the transition, migration stubs will be added to a number of core packages that implement these interfaces to ensure that these packages remain unbroken during the transition. These migration stubs can be replaced by full implementations at any time.
Stub template here: https://gist.github.com/lrhn/b99fe5f73a10b3b1a91579853056d08b .
TODO:
- Remove hint suppression and whitelist in kernel and fasta for
hideofMapEntryadded in:
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.