-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
pubspec.yaml
44 lines (41 loc) · 1.2 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
40
41
42
43
44
name: timetable
description: Customizable, animated calendar widget including day, week, and month views
version: 1.0.0-alpha.14
repository: https://github.com/JonasWanke/timetable
screenshots:
- description: Navigation with synchronized month and week views
path: doc/demo-navigation.webp
- description: Default date and time animations
path: doc/demo-animation.webp
- description: Many different callbacks
path: doc/demo-callbacks.webp
- description: Changeable `VisibleDateRange`
path: doc/demo-visibleDateRange.webp
- description: Support for dark mode
path: doc/screenshot-MultiDateTimetable-dark.webp
- description: Support for drag and drop
path: doc/demo-dragAndDrop.webp
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
dependencies:
async: ^2.6.0
black_hole_flutter: ^1.0.0
collection: ^1.15.0
dart_date: ^1.1.0
dartx: ^1.0.0
flutter:
sdk: flutter
flutter_layout_grid: ^2.0.0
intl: '>=0.17.0 <0.20.0'
meta: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
glados: ^1.0.0
supernova:
git:
url: https://github.com/JonasWanke/supernova.git
path: supernova
ref: c89aad86b75155d5ea8c61c9a0d9ac635c1b92ec
test: ^1.9.4