syncfusion / flutter-widgets

Syncfusion Flutter widgets libraries include high quality UI widgets and file-format packages to help you create rich, high-quality applications for iOS, Android, and web from a single code base.
1.44k stars 672 forks source link

Sample report created #1805

Closed VijayakumarMariappan closed 1 month ago

VijayakumarMariappan commented 1 month ago

Steps to reproduce

Sample report created

Code sample

Code sample ```dart [Paste your code here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Stack Traces

Stack Traces ```json double innerTickSize = 0.0; double innerMajorTickSize = 0.0; double innerMinorTickSize = 0.0; double outerTickSize = 0.0; double innerLabelSize = 0.0; double outerLabelSize = 0.0; double innerMultilevelLabelSize = 0.0; double outerMultilevelLabelSize = 0.0; if (axis.tickPosition == TickPosition.outside) { outerTickSize = maxTickSize; } else { innerTickSize = maxTickSize; innerMajorTickSize = majorTickSize; innerMinorTickSize = minorTickSize; } ```

On which target platforms have you observed this bug?

Android

Flutter Doctor output

Doctor output ```console [Paste your output here] ```