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

Date Picker is left aligned after updating flutter #2203

Open
martipello opened this issue Dec 13, 2024 · 0 comments
Open

Date Picker is left aligned after updating flutter #2203

martipello opened this issue Dec 13, 2024 · 0 comments
Labels
date range picker Date range picker component open Open

Comments

@martipello
Copy link

Bug description

i saw this issue described here #2182 my issue is the same but for the MultiDatePicker the view is left aligned

syncfusion_flutter_datepicker: ^28.1.33

Steps to reproduce

open the multipledate picker inside a column with
crossAxisAlignment: CrossAxisAlignment.stretch,
mainAxisSize: MainAxisSize.min

Code sample

Code sample
return MultipleDatePicker(
          rangeStartDate: start.firstDayOfMonth(),
          rangeEndDate: start.lastDayOfMonth(),
          initialSelectedDates: recurringOnDays.toList(),
          multipleDatePickerCallback: (selectedDates) {
            widget.manageEventViewModel.setRecurringMonthlyDays(selectedDates.toBuiltList());
          },
        );

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]
Screenshot_1734101181

Stack Traces

Stack Traces
no trace

On which target platforms have you observed this bug?

Android, iOS

Flutter Doctor output

Doctor output

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.24.5, on macOS 14.6.1 23G93 darwin-arm64, locale en-GB) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 16.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.2) [✓] IntelliJ IDEA Community Edition (version 2024.3) [✓] VS Code (version 1.95.3) [✓] Connected device (4 available) [✓] Network resources

@LavanyaGowtham2021 LavanyaGowtham2021 added date range picker Date range picker component open Open labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
date range picker Date range picker component open Open
Projects
None yet
Development

No branches or pull requests

2 participants