We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package version - 1.0.10 Flutter SDK 3.3.10 Dart SDK 2.18.6
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: () {}, );
The text was updated successfully, but these errors were encountered:
same issue any solution for that
Sorry, something went wrong.
No branches or pull requests
package version - 1.0.10
Flutter SDK 3.3.10
Dart SDK 2.18.6
The text was updated successfully, but these errors were encountered: