-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
I have the same question. Can we have it compatible with Dart 2.0 and above? |
I just published twitter 1.0.0, so please check it. |
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? |
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) |
i have the same problem:
|
In dart sdk, |
If you did >=2.0.0 <3.0.0, it would work in the Flutter. |
Are there any plans to support v2 or can someone recommend an alternative package?
Many thanks
The text was updated successfully, but these errors were encountered: