Skip to content

Add Dart 2.0 migration stubs to packages that implement Timer, Iterable, List, Set, Queue and Map #31664

@leafpetersen

Description

@leafpetersen

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:

cc @anders-sandholm @lrhn @matanlurey @grouma @keertip

Metadata

Metadata

Assignees

Labels

area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions