google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.8k stars 1.2k forks source link

Update chart_container.dart #739

Closed WorldpixelSoftware closed 1 year ago

WorldpixelSoftware commented 2 years ago

Removed unnecessary null-aware operators on lines 205, 206, 209, 232.

This fixes chart_container.dart:205:27: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null Error which does appear on latest flutter version!

Fixes this issue https://github.com/google/charts/issues/735.

igolubic commented 2 years ago

@KKStudios - Can you please add CLA and resubmit this PR. It's still failing.

Thanks!

stuartmorgan commented 1 year ago

This project is no longer maintained, and cannot accept any PRs. Community members interested in collaborating on a community-maintained fork can coordinate in this issue.