When we use syncfusion_flutter_charts package dataLabelSettings property, it can cause an issue for this reason
I solved it with the following solution
Check if you are using an old version of syncfusion_flutter_charts, then update to latest
flutter clean
flutter pub get
flutter run