Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
After updating to 18.2.44, I got a NoSuchMethodError.
I cannot provide a simple sample code for this bug because it only crash it a very complex widget tree. I guess the main problem is using Chart combined with ChangeNotifierProvider and Selector. For some unknown reason, the Chart was built two times before it first render.
I try to fix this bug myself. The bug is fixed after I making this change in
syncfusion_flutter_charts-18.2.44\lib\src\chart\axis\axis.dart at line 1122 and 1123.