You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct. The latest release requires Dart 2.
You shouldn't ever need to write ^1.0.7 in your pubspec file; there are no new features introduced between 1.0.0 and 1.0.7, so writing ^1.0.0 will work fine and will allow pub to find versions of the package that work with your SDK.
Hi,
I've set ^1.0.7 in my pubspec dependencies, but when I
pub get
after removing lock and .packages, I get:According to mediator:
I am using SDK 1.24.3 on OS X 10.13.3.
The text was updated successfully, but these errors were encountered: