For the latest Dart news, visit our new blog at https://medium.com/dartlang .
SDK packages are now available on pub.dartlang.org. This means that you can now declare a dependency in the following manner:
Before this change, you had to rely on the sdk:
Dan Grove provides the details:
I've just finished uploading the packages from the dart repo's pkg directory to pub - this means that you can use
args http intl logging meta oauth2 unittest webdriver
through regular pub dependencies in your pubspec.yaml, rather than sdk: dependencies.
We'll keep these updated when we do our weekly releases from trunk.
Enjoy!
As always, we invite you to join our Dart mailing list, ask questions on Stack Overflow, or file feature requests on dartbug.com.