0

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(),
                   );
              },
);
5
  • Please provide enough code so others can better understand or reproduce the problem. Commented Jun 3, 2024 at 22:09
  • I tried to run your code in a real android device and it's working perfectly Commented Jun 4, 2024 at 3:55
  • SOLVED, i upgrade the version from syncfusion_flutter_datepicker: 20.4.44 to syncfusion_flutter_datepicker: 23.1.44 Commented Jun 4, 2024 at 6:51
  • @RandalSchwartz why can we use it even though we haven't paid for it?, do you have any alternative for date range picker besides syncfusion? Commented Jun 8, 2024 at 3:33
  • You are subject to the release license. Please read the license carefully. Commented Jun 8, 2024 at 22:16

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.