Dart 2.0 not support 2.0
Are there any plans to support v2 or can someone recommend an alternative package?
Many thanks
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:
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)
In dart sdk, x.x.x-dev is not compatible with x.x.x .I want to know how flutter specify dart sdk version.
If you did >=2.0.0 <3.0.0, it would work in the Flutter.