analyzeSize property

bool? analyzeSize
final

Enables size analysis of the built application.

When true, generates detailed size analysis reports showing the contribution of different components to the final app size. Useful for optimizing app size.

Values:

  • true - Enable size analysis
  • false - Disable size analysis
  • null - Use default behavior

Implementation

final bool? analyzeSize;