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

Dart 2.0 not support 2.0 #13

Open
l-k22 opened this issue Sep 26, 2018 · 7 comments
Open

Dart 2.0 not support 2.0 #13

l-k22 opened this issue Sep 26, 2018 · 7 comments

Comments

@l-k22
Copy link

l-k22 commented Sep 26, 2018

Are there any plans to support v2 or can someone recommend an alternative package?

Many thanks

@wal33d006
Copy link

I have the same question. Can we have it compatible with Dart 2.0 and above?

@sh4869
Copy link
Owner

sh4869 commented Dec 29, 2018

I just published twitter 1.0.0, so please check it.

@androidmaven
Copy link

My environment sdk is >=2.0.0-dev.68.0 <3.0.0, which is not the same as yours. How can I make my sdk compatible with yous? What are the steps involved?

@mofuntech
Copy link

The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

Because PROJECT_NAME depends on twitter >=0.1.1 which requires SDK version >=1.0.0 <2.0.0 or >=2.1.0 <3.0.0, version solving failed.

pub upgrade failed (1)

@rurickdev
Copy link

i have the same problem:

The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

Because metroapp depends on twitter >=0.1.1 which requires SDK version >=1.0.0 <2.0.0 or >=2.1.0 <3.0.0, version solving failed.

pub get failed (1)

@sh4869
Copy link
Owner

sh4869 commented Jan 26, 2019

In dart sdk, x.x.x-dev is not compatible with x.x.x .I want to know how flutter specify dart sdk version.

@iNoles
Copy link

iNoles commented Feb 12, 2019

If you did >=2.0.0 <3.0.0, it would work in the Flutter.

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

7 participants