You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
I changed to latest master version of Flutter and there are several warnings coming up regarding charts_flutter.
chart_container.dart:205:27: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'
chart_container.dart:206:24: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'
chart_container.dart:209:22: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'
charts_flutter-0.12.0/lib/src/chart_container.dart:232:22: Warning: Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null.
- 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'
Seems to be just a unnecessary null aware operator but the warning messages are annoying when building or rebuilding an application.
Cheers
The text was updated successfully, but these errors were encountered:
Hi there!
Great Package to start with!
I changed to latest master version of Flutter and there are several warnings coming up regarding charts_flutter.
Seems to be just a unnecessary null aware operator but the warning messages are annoying when building or rebuilding an application.
Cheers
The text was updated successfully, but these errors were encountered: