multi_date_range_picker 0.0.3 copy "multi_date_range_picker: ^0.0.3" to clipboard
multi_date_range_picker: ^0.0.3 copied to clipboard

outdated

Add to your project a simple and customize Date range picker with multi range

Multi Date Range Picker #

A simple and customize Date range picker with multi range

Features #

  • Create Multi Range picker

Getting Started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  multi_date_range_picker: "^0.0.3"

In your library add the following import:

import 'package:flutter_slidable/flutter_slidable.dart';

and use MultiDateRangePicker Widget to show

MultiDateRangePicker(
  initialValue: [],
  onChanged: (List<List<DateTime>> intervals) {
    
  },
);

Customization #

You can change colors of selection and background and more.

onlyOne = false // Allow only one selection
selectionColor = Colors.lightGreenAccent // Sets the color of the selection
buttonColor = Colors.lightGreenAccent // Sets the color of the buttons
primaryTextColor = Colors.black // Sets the color of UI text
dateTextColor = Colors.black // Sets the color of calendar date
ignoreTextColor = Colors.grey // Sets the color of external calendar date
selectedDateTextColor = Colors.black // Sets the color of calendar date when is selected
selectedIgnoreTextColor = Colors.black // Sets the color of external calendar date when is selected
backgroundTextColor = Colors.white // Sets the background color
8
likes
0
pub points
0%
popularity

Publisher

verified publishergungun974.com

Add to your project a simple and customize Date range picker with multi range

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl, meta, quiver

More

Packages that depend on multi_date_range_picker