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

Error while using latest Dart SDKs #278

Open
ghost opened this issue Jul 27, 2018 · 4 comments
Open

Error while using latest Dart SDKs #278

ghost opened this issue Jul 27, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2018

After running
pub run build_runner build --config debug --output build

packages/chrome/src/common.dart:45:10:
Error: Getter not found: 'JSON'.

Dart SDK version: 2.0.0-dev.69.3
chrome.dart version: "0.10.1"

@ghost
Copy link
Author

ghost commented Jul 27, 2018

This error was resolved after I replaced JSON.decode with json.decode

@leafpetersen
Copy link

There's a PR here #272 from @munificent . Not sure what the status is.

@tonyclickspace
Copy link

Dart2 Stable landed today - the SDK constraints need to be updated as well. https://www.dartlang.org/dart-2#upper-constraints-on-the-sdk-version

@adambender
Copy link
Contributor

Hey all, sorry about the delay. A few things are going on and that has led to some of these issues and PRs falling through the cracks. Internally we are shifting around some of the maintainers for those who are working with the library more frequently and also a bunch of vacations happened at once, combine that with the Dart 2 release which has generated more traffic than we have seen in sometime and we just weren't ready.

We will get these issues resolved asap, again really sorry about the delays here.

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

No branches or pull requests

3 participants