pub property

bool pub
final

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;