fluttersyncfusiondate-rangedaterangepicker

Flutter syncfusion date range circle not in center


daterangepicker image i want to ask how to make this circle place in center of the date,

here is my code

showDialog(
              barrierDismissible: false,
              context: context,
              builder: (BuildContext context) {
              return Dialog(
                   child: SfDateRangePicker(),
                   );
              },
);

Solution

  • This issue is already fixed, and the fix has been published in the version 22.1.36. Therefore, to avoid this issue, upgrade the syncfusion_flutter_charts package to the latest version below.

    Version: https://pub.dev/packages/syncfusion_flutter_datepicker/versions/25.2.7