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!

2
Votes

Hi!

Thank you for your for your awesome SfCalendar product! We recently upgraded to 21.2.5 and face the following error:

../../../hostedtoolcache/flutter/stable-3.7.11-x64/.pub-cache/hosted/pub.dev/syncfusion_flutter_core-21.2.5/lib/src/calendar/custom_looping_widget.dart:50:9: Error: A constant constructor can't call a non-constant super constructor.
      : super(children: children);
        ^

When I remove

const

in front of the 

CustomScrollViewerLayout constructor my code compiles again.