pub property
Whether to run flutter pub get before building.
Ensures dependencies are up-to-date before compilation.
Defaults to true for reliable builds.
Implementation
final bool pub;
Whether to run flutter pub get before building.
Ensures dependencies are up-to-date before compilation.
Defaults to true for reliable builds.
final bool pub;