Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missed connection line between 2 dates after showCustomDateRangePicker was fired #6

Open
astheras opened this issue Apr 26, 2023 · 1 comment

Comments

@astheras
Copy link

package version - 1.0.10
Flutter SDK 3.3.10
Dart SDK 2.18.6

Screenshot_1

  void onChangeDateRange(BuildContext context) {
    showCustomDateRangePicker(
      context,
      dismissible: true,
      fontFamily: 'SF-Pro-Text',
      minimumDate: DateTime(DateTime.now().year - 1),
      maximumDate: DateTime.now(),
      endDate: dateStart.value,
      startDate: dateFinal.value,
      backgroundColor: Colors.white,
      primaryColor: AppColors.accentPrimary,
      onApplyClick: (DateTime start, DateTime end) {
        dateStart.value = start;
        dateFinal.value = end;
      },
      onCancelClick: () {},
    );
@WaseemAbbasi22
Copy link

same issue any solution for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants