forked from evoleen/time_machine2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (37 loc) · 1005 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (37 loc) · 1005 Bytes
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
name: time_machine2
description: Date and time library for Flutter, Web, and Server with support for timezones, calendars, cultures, formatting and parsing.
version: 0.13.0
homepage: https://github.com/evoleen/time_machine2
platforms:
android:
ios:
linux:
macos:
web:
windows:
# SDK's lower bound must be compatible with the current version pushed with Flutter
# ./flutter --version
environment:
sdk: ">=3.3.0 <4.0.0"
# Verify flutter_test dependency compatibility first before updating any constraints
# https://github.com/flutter/flutter/blob/master/packages/flutter_test/pubspec.yaml
dependencies:
archive: ^4.0.0
collection: ^1.18.0
http: ^1.2.2
meta: ^1.15.0
universal_io: ^2.2.0
dev_dependencies:
args: ^2.0.0
file: ^7.0.1
glob: ^2.1.2
logging: ^1.3.0
matcher: ^0.12.10
path: ^1.8.0
pedantic: ^1.11.0
test: ^1.24.0
xml: ^6.5.0
flutter:
assets:
- packages/time_machine2/data/cultures/cultures.bin
- packages/time_machine2/data/tzdb/tzdb.bin