date_range_filter 1.0.0 copy "date_range_filter: ^1.0.0" to clipboard
date_range_filter: ^1.0.0 copied to clipboard

Date Range Filter.

Date Range Filter #

A flutter library to get date range. img

How to use #

Add this package to pubspec.yaml and then import.

 import 'package:date_range_filter/date_range_filter.dart';
List<DateTime> dateRange = await DateRangeFilter(
      ontext: context,
      color: Theme.of(context).primaryColor,
 ).getSelectedDate;

Thanks #

3
likes
105
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Date Range Filter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

calendar_date_picker2, flutter

More

Packages that depend on date_range_filter