analyzeSize property
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 analysisfalse- Disable size analysisnull- Use default behavior
Implementation
final bool? analyzeSize;