updatePackages property
When true, updates package metadata including dependencies and exports.
This includes:
- Package version information
- Dependency graphs
- Export visibility
Defaults to false
to optimize performance when unchanged.
Implementation
final bool updatePackages;