So, I have a dart program, and I want to add the dart package from github, and not the usual way to add packages using the IDE package manager, since the github version has the latest code.
What will be the process for this?
It works for me in the real world.
name: game description: A sample web application dependencies: browser: any three: git: ref: master url: 'git://github.com/threeDart/three.dart.git'
source share