By using pub workspaces for our monorepo setup, dependency management gets easier and analyzer works better iirc. Pub workspaces requires Dart ^3.6.0.
We are already using melos for our monorepo setup and are currently using melos v3.0.1 , but the latest version v7.0 requires the pub workspaces feature either way.
By using pub workspaces for our monorepo setup, dependency management gets easier and analyzer works better iirc. Pub workspaces requires Dart
^3.6.0.We are already using melos for our monorepo setup and are currently using melos v3.0.1 , but the latest version v7.0 requires the pub workspaces feature either way.