twitter.dart icon indicating copy to clipboard operation
twitter.dart copied to clipboard

Dart 2.0 not support 2.0

Open l-k22 opened this issue 7 years ago • 7 comments

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

Many thanks

l-k22 avatar Sep 26 '18 12:09 l-k22

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

wal33d006 avatar Dec 25 '18 18:12 wal33d006

I just published twitter 1.0.0, so please check it.

sh4869 avatar Dec 29 '18 17:12 sh4869

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?

androidmaven avatar Jan 17 '19 16:01 androidmaven

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)

mofuntech avatar Jan 17 '19 20:01 mofuntech

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)

astrid-dev avatar Jan 22 '19 00:01 astrid-dev

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

sh4869 avatar Jan 26 '19 06:01 sh4869

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

iNoles avatar Feb 12 '19 03:02 iNoles