What is the difference in dependencies and dev_dependencies in a pubspec.yaml? It seems that when I run pub get the
dev_dependencies are dependencies that are not available for code in the resulting application, but only for tests, examples, tools, or to add executable tools like for code generation to your project.
dev_dependencies of any dependencies in your project (dependencies or dev_dependencies) are always ignored when you publish to pub.dev.
See also https://www.dartlang.org/tools/pub/pubspec.html