Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Add support for dart2_constant #18

Closed
nex3 opened this issue Apr 2, 2018 · 3 comments
Closed

Add support for dart2_constant #18

nex3 opened this issue Apr 2, 2018 · 3 comments

Comments

@nex3
Copy link

nex3 commented Apr 2, 2018

The dart2_constant package provides camel-case constant definitions that work on both Dart 1 and Dart 2, for packages that want to support both. It would be great if this package could add support for migrating to uses of these polyfill constants in addition to using the Dart 2 constants directly.

@devoncarew
Copy link
Contributor

Ah, migrating from package:dart2_constant's utf8 to dart:convert's utf8?

@nex3
Copy link
Author

nex3 commented Apr 3, 2018

That, but also migrating from Dart 1's UTF8 to package:dart2_constant's convert.utf8.

@devoncarew
Copy link
Contributor

Thanks for the suggestion; I think I'm going to mark this as out of scope for this package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants