dart-sublime-bundle
dart-sublime-bundle copied to clipboard
feature: Browse pub packages
I don't know whether the pub site has an api for browsing, but it'd be great to be able to browse packages directly from Sublime.
It does! :) There is a json feed. http://pub.dartlang.org/packages.json You have to page through it, though.
:smile_cat: