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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.

Empty