Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dart 2.0 migration stubs to packages that implement Stream, StreamTransformer, and Converter #31847

Closed
43 tasks done
keertip opened this issue Jan 10, 2018 · 3 comments
Closed
43 tasks done
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.

Comments

@keertip
Copy link
Contributor

keertip commented Jan 10, 2018

To help with the migration and changes to the core libs, 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 .

Packages to be updated:

@keertip keertip added the area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. label Jan 10, 2018
@keertip
Copy link
Contributor Author

keertip commented Jan 10, 2018

@leafpetersen
Copy link
Member

@leafpetersen
Copy link
Member

Closing this, since the API changes are all done. If we need package updates for uses of defaultValue, I'll file a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Projects
None yet
Development

No branches or pull requests

2 participants