forked from syncfusion/flutter-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 1.89 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: syncfusion_flutter_datepicker
description: The Flutter Date Range Picker widget allows users to easily select dates or a range of dates. It has four built-in views that allow quick navigation to the desired date.
version: 22.1.34
homepage: https://github.com/syncfusion/flutter-examples
screenshots:
- description: 'This screenshot shows the month view with range selection.'
path: screenshots/flutter-daterangepicker-rangeselection.png
- description: 'This screenshot shows the year view in the date range picker.'
path: screenshots/flutter-daterangepicker-yearview.png
- description: 'This screenshot shows the decade view in the date range picker.'
path: screenshots/flutter-daterangepicker-decadeview.png
- description: 'This screenshot shows the century view in the date range picker.'
path: screenshots/flutter-daterangepicker-centuryview.png
- description: 'This screenshot shows the month view with a single selection.'
path: screenshots/flutter-daterangepicker-monthview.png
- description: 'This screenshot shows the month view with multiple selections.'
path: screenshots/flutter-daterangepicker-multipleselection.png
- description: 'This screenshot shows the month view with multi-range selection.'
path: screenshots/flutter-daterangepicker-multirangeselection.png
- description: 'This screenshot shows the month extendable range selection.'
path: screenshots/flutter-daterangepicker-extendablerangeselection.png
- description: 'This screenshot shows the hijri date range picker.'
path: screenshots/flutter-daterangepicker-hijri-calendar.png
- description: 'This screenshot shows the vertical scroll picker.'
path: screenshots/flutter-daterangepicker-free-scroll.gif
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
intl: ^0.18.0
syncfusion_flutter_core: ^22.1.34
dev_dependencies:
flutter_test:
sdk: flutter