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

Version compatible issue after upgrading to Dart 2 #177

Closed
arun-sahadevan opened this issue Aug 27, 2018 · 4 comments
Closed

Version compatible issue after upgrading to Dart 2 #177

arun-sahadevan opened this issue Aug 27, 2018 · 4 comments
Labels
dart2 PRs targeting our effort to get to Dart SDK 2.0 compatibility

Comments

@arun-sahadevan
Copy link

  • Issue Type: BUG
  • over_react Version(s): 1.24.1

After the release of Dart 2 , we tried to migrate our Overreact code with new update . But throwing error like this .
image

Below is the pubspec.yaml file content:
image

Can anyone provide a perfect way which would support overreact with Dart 2 .

Nb: We tried running the overreact code with old dart versions , but was asking for latest version of dart .

FYI: @greglittlefield-wf @aaronlademann-wf @jacehensley-wf @clairesarsam-wf @joelleibow-wf

@clairesarsam-wf
Copy link
Contributor

Hi @arun-sahadevan, we are currently in the process of migrating to support Dart 2. @greglittlefield-wf and @sebastianmalysa-wf have successfully completed proof of concept work for Dart 2 compatibility, and you should see an update coming soon. I'd defer to @greglittlefield-wf on the specifics of timing.

@aaronlademann-wf aaronlademann-wf added the dart2 PRs targeting our effort to get to Dart SDK 2.0 compatibility label Sep 7, 2018
@ayushin
Copy link

ayushin commented Dec 10, 2018

is there a branch/tag that works with dart2.1.0 sdk?

@evanweible-wf
Copy link
Contributor

@ayushin we're getting closer to Dart 2 compatibility, the builder which will replace the transformer from Dart 1 is in review now. You can follow the Dart 2 Compat milestone and if you'd like more information on the transition, check out #210 (but note that the codemod tool referenced in that guide is not yet publicly available).

@aaronlademann-wf
Copy link
Contributor

aaronlademann-wf commented Feb 12, 2019

@ayushin @zhongliangong @kairaedsch @arun-sahadevan @ryejoon over_react 2.0.0 has been released, making it compatible with Dart 2!

https://pub.dartlang.org/packages/over_react/versions/2.0.0

Be sure to read the Dart 2 migration guide as well: https://github.com/Workiva/over_react/blob/master/doc/dart2_migration.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart2 PRs targeting our effort to get to Dart SDK 2.0 compatibility
Projects
None yet
Development

No branches or pull requests

5 participants