0 purchases
date range filter
Date Range Filter #
A flutter library to get date range.
How to use #
Add this package to pubspec.yaml and then import.
import 'package:date_range_filter/date_range_filter.dart';
copied to clipboard
List<DateTime> dateRange = await DateRangeFilter(
context: context,
color: Theme.of(context).primaryColor,
).getSelectedDate;
copied to clipboard
Thanks #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.