forked from syncfusion/flutter-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
30 lines (25 loc) · 1.02 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
name: syncfusion_flutter_sliders
description: A Flutter Sliders library for creating highly customizable and UI-rich slider, range slider, and range selector widgets for filtering purposes.
version: 25.2.6
homepage: https://github.com/syncfusion/flutter-widgets/tree/master/packages/syncfusion_flutter_sliders
screenshots:
- description: 'This screenshot shows slider and range slider image.'
path: screenshots/slider.png
- description: 'This screenshot shows vertical slider and range slider image.'
path: screenshots/vertical_slider.png
- description: 'This screenshot shows range selector image.'
path: screenshots/range_selector_screenshot.png
- description: 'This demo shows charts zooming while manipulating the range selector.'
path: screenshots/range_selector_zooming.gif
environment:
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
intl: '>=0.18.1 <0.20.0'
syncfusion_flutter_core:
path: ../syncfusion_flutter_core
dev_dependencies:
flutter_test:
sdk: flutter
flutter: