date_range_filter 2.0.2 copy "date_range_filter: ^2.0.2" to clipboard
date_range_filter: ^2.0.2 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';
 DateRangeResult? dateRange = await DateRangeFilter(
      context: context,
      color: Theme.of(context).primaryColor,
 ).getSelectedDate;

Thanks #

3
likes
120
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

Date Range Filter.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

calendar_date_picker2, flutter

More

Packages that depend on date_range_filter