-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (38 loc) · 1.06 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
name: icalendar
version: 0.1.3
description: >-
Serializes and Deserializes ICalendar text. Offers 99+% coverage of the ICalendar RFC.
homepage: https://gitlab.com/powerbuilding/opensource/mobile/support-libraries/icalendar-dart
repository: https://gitlab.com/powerbuilding/opensource/mobile/support-libraries/icalendar-dart
issue_tracker: https://gitlab.com/powerbuilding/opensource/mobile/support-libraries/icalendar-dart/-/issues
environment:
sdk: '>=3.3.0 <4.0.0'
funding:
- https://www.buymeacoffee.com/btutovic
platforms:
android:
ios:
linux:
macos:
web:
windows:
index_generator:
default_name: icalendar
indexes:
- path: lib
include:
- "src/**"
disclaimer: true
comments: |
Copyright (c) 2023 Brian Tutovic All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
dependencies:
email_validator: ^2.1.17
equatable: ^2.0.5
intl: ^0.19.0
nanoid: ^1.0.0
dev_dependencies:
flutter_lints: ^1.0.4
index_generator: ^3.3.3
test: ^1.19.3