pub tool: support adding a dependency as a dev dependency #77
Labels
dart_tooling_mcp_server: pub tools
Issues related to Pub MCP server tools
package:dart_tooling_mcp_server
dart pub add dev:foo
will add package foo todev_dependencies
instead ofdependencies
.The text was updated successfully, but these errors were encountered: