Questions tagged [dart-pub]

Pub acts as a software manager for Dart-based programs and resources.

Public external requirement

Is there a proper way to utilize external dependencies with pub? Specifically, I am interested in incorporating Materialize-css and utilizing it in my scss file. When installing it via npm, pub seems unable to locate it in the node_modules folder. Placing ...