forked from sncf-connect-tech/eventide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (54 loc) · 1.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: eventide
description: "Provides a easy-to-use flutter interface to access & modify native device calendars (iOS & Android)"
version: 0.2.0
repository: https://github.com/sncf-connect-tech/eventide
topics:
- flutter
- calendar
- api
- native
- eventide
keywords:
- flutter
- calendar
- api
- native
- eventide
- sncf
- plugin
- mobile
- event management
- calendar integration
- cross-platform
- reminders
- event scheduling
- date management
- time management
- flutter plugin
- calendar events
- calendar API
- iOS calendar
- Android calendar
environment:
sdk: '>=3.3.1 <4.0.0'
flutter: '>=3.3.0'
dependencies:
equatable: ^2.0.7
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
pigeon: ^24.2.1
timezone: ^0.10.0
mocktail: ^1.0.4
flutter:
plugin:
platforms:
android:
package: sncf.connect.tech.eventide
pluginClass: EventidePlugin
ios:
pluginClass: EventidePlugin