Open itsjoeconway opened 6 years ago
Set DART_GLOBAL_PACKAGES environment variable to a space-delimited list of package_name@version. This will pub global activate each package at that version during the build step.
package_name@version
pub global activate
Set DART_GLOBAL_PACKAGES environment variable to a space-delimited list of
package_name@version
. This willpub global activate
each package at that version during the build step.